We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c48a62 commit 989782eCopy full SHA for 989782e
.travis.yml
@@ -2,24 +2,26 @@
2
# License: MIT
3
4
# Suppress the warning with the online Travis WebLint
5
+# must be generic and not shell else build issue.
6
language: generic
-
7
sudo: required
8
-dist: bionic
+
9
+# Linux compability issue.
10
+# Need to build in xenial with lazarus 1.8.2.
11
+# Do not use bionic or newer Lazarus version
12
13
env:
14
global:
- - WINEPREFIX=~/.winelaz
15
- DISPLAY=:99.0
16
17
matrix:
18
include:
19
- os: linux
- env: LAZ_VER=$PROJECT_LAZARUS_VERSION
20
+ dist: xenial
21
+ env: LAZ_VER=1.8.2
22
- os: osx
- osx_image: $PROJECT_OSX_IMAGE
23
+ osx_image: xcode9.4
24
+ env: LAZ_VER=2.0.4
25
26
before_install:
27
# Start virtual display server
0 commit comments