modify .travis.yml

This commit is contained in:
wyy 2014-04-26 18:12:08 +08:00
parent 4819d307e9
commit af01164c7f

View File

@ -1,6 +1,11 @@
language: cpp
install: cmake
script: cmake
script:
- mkdir build
- cd build
- cmake ..
- make
- make test
compiler:
- clang
- gcc