Skip to content

Commit

Permalink
Run builds on the new Xenial environment
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterBowman authored Apr 19, 2019
1 parent 780b184 commit 761d06d
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# URL: https://github.com/asrob-uc3m/robotDevastation

language: cpp
dist: trusty
dist: xenial

os:
- linux
Expand Down Expand Up @@ -44,6 +44,9 @@ addons:
- lcov
- doxygen

services:
- xvfb

branches:
except:
- /^.*appveyor.*$/
Expand Down Expand Up @@ -104,11 +107,6 @@ before_script:
- cmake --build . --target install
- export YARP_DATA_DIRS=$PWD/install/share/rd:$YARP_DATA_DIRS

# SDL stuff
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
- sleep 3 # give xvfb some time to start

script:
- bin/testDeadState
- bin/testFSMBuilder
Expand Down

0 comments on commit 761d06d

Please sign in to comment.