use makefile in travis
parent
7fa1a5ccd0
commit
89658332a5
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue