Travis build attempt #3, spaces because yaml sucks

This commit is contained in:
Timothy Warren 2015-05-08 22:03:56 -04:00
parent ae55d07dea
commit 3feb4d60de
1 changed files with 5 additions and 5 deletions

View File

@ -2,12 +2,12 @@ language: cpp
#Install dependencies
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq libwxgtk3.0-dev libssh2-1-dev
- sudo apt-get update -qq
- sudo apt-get install -qq libwxgtk3.0-dev libssh2-1-dev
# Build with both gcc and clang
compiler:
- gcc
- clang
- gcc
- clang
script: make