update .travis.yml

This commit is contained in:
wyy 2014-05-24 13:36:12 +08:00
parent 28cdc2e86b
commit 7eb896529f

View File

@ -6,7 +6,9 @@ script:
- cd build
- cmake ..
- make
- make test
- ./test/test.run
- ./load_test
compiler:
- clang
- gcc