Update .travis.yml

Use make to build this project in Travis instead of the Java default
This commit is contained in:
Seth Goings 2013-01-07 11:36:34 -07:00
parent d53920a188
commit 548a40ea3a

View File

@ -1 +1,2 @@
language: java
language: c++
script: "make test"