fix travis install

This commit is contained in:
Thomas Fussell 2015-10-26 15:59:07 -04:00
parent de48eeb2eb
commit d8ea9209f8

View File

@ -4,5 +4,5 @@ compiler:
- gcc
script:
- mkdir build/cmake/build && cd build/cmake/build && cmake .. && make && cd ../../../bin && xlnt.test
install: ./build/install-dependencies.sh
install: ./tfussell/xlnt/build/install-dependencies.sh