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 9462f27 commit ca7cb51Copy full SHA for ca7cb51
.travis.yml
@@ -5,8 +5,7 @@
5
language: generic
6
7
sudo: required
8
-dist: precise
9
-#trusty does not work in this configuration
+dist: trusty
10
11
env:
12
global:
@@ -20,14 +19,14 @@ matrix:
20
19
- os: linux
21
env: LAZ_VER=1.6.2 LAZ_ENV=wine WINEARCH=win32 LAZ_OPT="--os=win32 --cpu=i386"
22
23
- env: LAZ_VER=1.6
+ env: LAZ_VER=1.6.2
24
- os: osx
25
env: LAZ_VER=1.6.2
26
27
28
before_install:
29
# Start virtual display server
30
- - sh -e /etc/init.d/xvfb start || true
+ - Xvfb $DISPLAY &
31
32
install:
33
# Install prerequisites (fpc/lazarus/wine/qemu)
0 commit comments