we don't have a "make test", so travis reports the build as "failed"

(also throw in an IRC notification)
This commit is contained in:
freem
2014-08-01 05:36:20 -05:00
committed by Jonathan Payne
parent abbbb3c43d
commit 753158ceb1
+4
View File
@@ -6,6 +6,7 @@ compiler:
notifications:
email: false
irc: "chat.freenode.net#stepmania-devs"
before_script:
- sudo apt-get install nasm
@@ -26,4 +27,7 @@ before_script:
- sudo apt-get install libglu1-mesa-dev
- sudo apt-get install mesa-common-dev
- sudo apt-get install libglew-dev
script:
- ./autogen.sh
- ./configure && make