Skip to content

Commit

Permalink
Change travis script to perform "mvn install" instead of "mvn package".
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianNichols committed Oct 2, 2018
1 parent d6f7b38 commit 7adbc33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ before_script:
- .travis/start_cluster.sh 2
install:
- mvn clean
- mvn package
- mvn install
script:
- cd test
- mvn test -DskipTests=false
Expand Down

0 comments on commit 7adbc33

Please sign in to comment.