use makefile in travis

pull/82/head
John Shahid 2013-11-26 16:18:04 -05:00
parent 7fa1a5ccd0
commit 89658332a5
1 changed files with 2 additions and 2 deletions

View File

@ -8,8 +8,8 @@ before_install:
- sudo apt-get update
- sudo apt-get install -y protobuf-compiler valgrind
install: ./build.sh
script: ./test.sh
install: ./configure
script: make
notifications:
irc: "chat.freenode.net#influxdb"