Skip to content

Commit 989782e

Browse files
Build must use lazarus 1.82 and 2.04
I prefer to use one lazarus version for all OS releases. But it is not posible at this moment.
1 parent 2c48a62 commit 989782e

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

.travis.yml

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,26 @@
22
# License: MIT
33

44
# Suppress the warning with the online Travis WebLint
5+
# must be generic and not shell else build issue.
56
language: generic
6-
77
sudo: required
8-
dist: bionic
8+
9+
# Linux compability issue.
10+
# Need to build in xenial with lazarus 1.8.2.
11+
# Do not use bionic or newer Lazarus version
912

1013
env:
1114
global:
12-
- WINEPREFIX=~/.winelaz
1315
- DISPLAY=:99.0
1416

1517
matrix:
1618
include:
1719
- os: linux
18-
env: LAZ_VER=$PROJECT_LAZARUS_VERSION
20+
dist: xenial
21+
env: LAZ_VER=1.8.2
1922
- os: osx
20-
env: LAZ_VER=$PROJECT_LAZARUS_VERSION
21-
osx_image: $PROJECT_OSX_IMAGE
22-
23+
osx_image: xcode9.4
24+
env: LAZ_VER=2.0.4
2325

2426
before_install:
2527
# Start virtual display server

0 commit comments

Comments
 (0)