Skip to content

Commit

Permalink
Merge pull request #747 from shintasmith/improve_travis
Browse files Browse the repository at this point in the history
prevent travis from running mvn install twice
  • Loading branch information
shintasmith committed Oct 7, 2016
2 parents b57cf92 + ca27366 commit 9ed6cd6
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 @@ -10,7 +10,7 @@ cache:
directories:
- $HOME/.m2

script:
install:
- mvn clean install -Pcassandra-2.0 -Dmaven.javadoc.skip --quiet

after_success:
Expand Down

0 comments on commit 9ed6cd6

Please sign in to comment.