BUILD: rearrange order of travis configuration to get installation working

This commit is contained in:
Christian Beer 2015-02-21 20:24:55 +01:00
parent 92c56b2294
commit 801112897c
1 changed files with 26 additions and 26 deletions

View File

@ -15,6 +15,32 @@ notifications:
on_success: always
on_failure: always
# This switches to the container-based infrastructure and allows caching
sudo: false
addons:
apt_packages:
- make
- m4
- pkg-config
- dh-autoreconf
- freeglut3-dev
- libxmu-dev
- libxi-dev
- libjpeg62-dev
- python
- libssl-dev
- python-mysqldb
- libmysqlclient-dev
- libfcgi-dev
- libcurl4-openssl-dev
- libxss-dev
- libnotify-dev
- libxcb-util0-dev
- libsqlite3-dev
- libgtk2.0-dev
- libwebkitgtk-dev
env:
global:
# The next declaration is the encrypted COVERITY_SCAN_TOKEN, created
@ -31,32 +57,6 @@ env:
matrix:
fast_finish: true
# This switches to the container-based infrastructure and allows caching
sudo: false
addons:
apt_packages:
- make
- m4
- pkg-config
- dh-autoreconf
- freeglut3-dev
- libxmu-dev
- libxi-dev
- libjpeg62-dev
- python
- libssl-dev
- python-mysqldb
- libmysqlclient-dev
- libfcgi-dev
- libcurl4-openssl-dev
- libxss-dev
- libnotify-dev
- libxcb-util0-dev
- libsqlite3-dev
- libgtk2.0-dev
- libwebkitgtk-dev
before_script:
- ./_autosetup