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 3b442a4 commit e5e2e2dCopy full SHA for e5e2e2d
.travis.yml
@@ -5,7 +5,7 @@
5
language: generic
6
7
sudo: required
8
-#dist: trusty
+dist: precise
9
#trusty does not work in this configuration
10
11
os:
@@ -18,12 +18,12 @@ env:
18
- WINEPREFIX=~/.winelaz
19
- DISPLAY=:99.0
20
matrix: #For linux and mac osx build
21
- - LAZ_VER=1.6
+ - LAZ_VER=1.6.2
22
23
matrix: #For windows build with linux wine. Use the same lazarus version as linux/mac build.
24
include:
25
- os: linux
26
- env: LAZ_VER=1.6 LAZ_ENV=wine WINEARCH=win32 LAZ_OPT="--os=win32 --cpu=i386"
+ env: LAZ_VER=1.6.2 LAZ_ENV=wine WINEARCH=win32 LAZ_OPT="--os=win32 --cpu=i386"
27
28
before_install:
29
# Start virtual display server
0 commit comments