Use container-based environment on Travis

Now that https://github.com/travis-ci/apt-package-whitelist/pull/2668 is merged, we can specify `sudo: false`.
This commit is contained in:
Maurus Cuelenaere 2016-05-05 17:33:58 +02:00
parent 054f1482f4
commit dc200d17a7
1 changed files with 2 additions and 7 deletions

View File

@ -1,16 +1,10 @@
language: c
# unfortunately gtkgl is not allowed yet as an APT addon
sudo: required
dist: trusty
sudo: false
compiler:
- clang
- gcc
before_install:
- sudo apt-get install -y libgtkgl2.0-dev
install:
- ./autogen.sh
- ./configure --prefix=/tmp/fsv
@ -27,3 +21,4 @@ addons:
- libgtk2.0-dev
- libgl1-mesa-dev
- libglu1-mesa-dev
- libgtkgl2.0-dev