Skip to content

Commit

Permalink
[Travis] update to xenial
Browse files Browse the repository at this point in the history
  • Loading branch information
Gama11 committed Apr 19, 2019
1 parent 591dd3d commit 9a4602f
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
language: haxe
dist: xenial
services:
- xvfb

haxe:
- 3.4.7
Expand All @@ -10,9 +13,6 @@ env:
- TARGET=cpp OPENFL=new
- TARGET=html5 OPENFL=new

sudo: false
dist: trusty

addons:
apt:
packages:
Expand All @@ -21,8 +21,6 @@ addons:

before_install:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- /sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -ac -screen 0 1280x1024x32 -extension GLX

install:
- haxelib git flixel https://github.com/HaxeFlixel/flixel
Expand Down

0 comments on commit 9a4602f

Please sign in to comment.