update travis build to xenial

This commit is contained in:
Christopher Mosher 2019-01-13 10:48:08 -05:00
parent c6c4eea94b
commit 7328295ac8

View File

@ -1,4 +1,4 @@
dist: trusty dist: xenial
sudo: required sudo: required
language: cpp language: cpp
compiler: compiler:
@ -6,7 +6,7 @@ compiler:
before_install: before_install:
- sudo apt-get -qq update - sudo apt-get -qq update
install: install:
- sudo apt-get install -y xa65 libsdl2-2.0 libsdl2-dev libglu1-mesa libglu1-mesa-dev libegl1-mesa-dev libgles2-mesa-dev - sudo apt-get install -y xa65 libsdl2-gfx-dev
before_script: before_script:
- ./bootstrap - ./bootstrap
script: script: