Skip to content

Commit ca7cb51

Browse files
Update for build with Ubuntu 14.04
1 parent 9462f27 commit ca7cb51

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.travis.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
language: generic
66

77
sudo: required
8-
dist: precise
9-
#trusty does not work in this configuration
8+
dist: trusty
109

1110
env:
1211
global:
@@ -20,14 +19,14 @@ matrix:
2019
- os: linux
2120
env: LAZ_VER=1.6.2 LAZ_ENV=wine WINEARCH=win32 LAZ_OPT="--os=win32 --cpu=i386"
2221
- os: linux
23-
env: LAZ_VER=1.6
22+
env: LAZ_VER=1.6.2
2423
- os: osx
2524
env: LAZ_VER=1.6.2
2625

2726

2827
before_install:
2928
# Start virtual display server
30-
- sh -e /etc/init.d/xvfb start || true
29+
- Xvfb $DISPLAY &
3130

3231
install:
3332
# Install prerequisites (fpc/lazarus/wine/qemu)

0 commit comments

Comments
 (0)