fix travis build

This commit is contained in:
Thomas Fussell 2015-10-26 17:56:47 -04:00
parent 4fbae3f66e
commit af8fa7c03f

View File

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