Skip to content

Commit 5a05a3a

Browse files
Travis default package 0.9.x is too old.
This project need newer lazarus version.
1 parent 7929926 commit 5a05a3a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,12 @@ env:
1111
global:
1212
- WINEPREFIX=~/.winelaz
1313
- DISPLAY=:99.0
14-
matrix:
15-
- LAZ_PKG=true # Use the latest version from the default package manager
14+
matrix: #For linux and mac osx build
1615
- LAZ_VER=1.0.14 # Use specific (binary) release
1716
- LAZ_VER=1.2.6
1817
- LAZ_VER=1.4.4
1918

20-
matrix:
19+
matrix: #For windows build with linux wine. Use the same lazarus version as linux/mac build.
2120
include:
2221
- os: linux
2322
env: LAZ_VER=1.0.14 LAZ_ENV=wine WINEARCH=win32 LAZ_OPT="--os=win32 --cpu=i386"

0 commit comments

Comments
 (0)