fix travis build

This commit is contained in:
Thomas Fussell 2015-11-01 23:54:38 -05:00
parent 2f8032437c
commit e355ab8936

View File

@ -1,6 +1,6 @@
language: cpp
script:
- mkdir build/cmake/build && cd build/cmake/build && cmake .. && make
- mkdir build && cd build && cmake ../cmake && make
compiler:
- clang
- gcc