compilation after installation of deps

This commit is contained in:
filux 2015-12-27 00:46:08 +01:00
parent 08713078b6
commit 52478d9c09
1 changed files with 1 additions and 1 deletions

View File

@ -23,8 +23,8 @@ before_install:
- sudo apt-get update -qq # UPDATE REPOS
#- sudo apt-get upgrade -qq # UPGRADE SYSTEM TO LATEST PATCH LEVEL
- sudo apt-get install -y -qq
- sudo ./.travis-before_install.sh
- sudo mk/linux/setupBuildDeps.sh --quiet # INSTALL OUR DEPENDENCIES
- sudo ./.travis-before_install.sh
script:
# ALL THE BUILD COMMANDS HERE