Skip to content

Commit

Permalink
Run tests in travis!
Browse files Browse the repository at this point in the history
  • Loading branch information
micha committed Apr 10, 2016
1 parent ce3e231 commit 62510fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -10,6 +10,7 @@

.deployed
.installed
.tested

### MAVEN (include pom.xml in /base) ###########################################

Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
@@ -1,4 +1,4 @@
language: java

install: make deps
script: make install
script: make test

0 comments on commit 62510fb

Please sign in to comment.