Skip to content

Commit

Permalink
Update for build with Ubuntu 14.04
Browse files Browse the repository at this point in the history
  • Loading branch information
GerryFerdinandus committed Dec 24, 2016
1 parent 9462f27 commit ca7cb51
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Expand Up @@ -5,8 +5,7 @@
language: generic

sudo: required
dist: precise
#trusty does not work in this configuration
dist: trusty

env:
global:
Expand All @@ -20,14 +19,14 @@ matrix:
- os: linux
env: LAZ_VER=1.6.2 LAZ_ENV=wine WINEARCH=win32 LAZ_OPT="--os=win32 --cpu=i386"
- os: linux
env: LAZ_VER=1.6
env: LAZ_VER=1.6.2
- os: osx
env: LAZ_VER=1.6.2


before_install:
# Start virtual display server
- sh -e /etc/init.d/xvfb start || true
- Xvfb $DISPLAY &

install:
# Install prerequisites (fpc/lazarus/wine/qemu)
Expand Down

0 comments on commit ca7cb51

Please sign in to comment.