Run make build instead of dev on travis

This commit is contained in:
Dan Sosedoff
2015-01-10 10:30:14 -06:00
parent c9e88c86be
commit 1c9d7807cf

View File

@@ -9,5 +9,5 @@ install:
- make setup - make setup
script: script:
- make dev - make build
- make test - make test