Final Travis adjustments.

This commit is contained in:
Håvard Pettersson 2014-09-02 22:55:36 +02:00
parent 8ba2872ee6
commit 684d869503
1 changed files with 5 additions and 1 deletions

View File

@ -30,4 +30,8 @@ before_script:
- sudo make install > /dev/null
- popd
script: cmake . && make -j3
script:
- mkdir build && cd build
- cmake ..
- make -j3