Skip to content

Commit

Permalink
Update Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
moderakh committed Oct 5, 2017
1 parent 14e71a7 commit 46c6ade
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 @@ matrix:
script:
- cd azure-documentdb-rx
- mvn dependency:resolve
- find $HOME/.m2/repository/com/microsoft/azure/azure-documentdb -iname '*.jar' -exec sh -c 'zip -d "{}" META-INF/*.SF' 'META-INF/*.RSA' \; || echo "maybe already fixed and cached!"
- find $HOME/.m2/repository/com/microsoft/azure/azure-documentdb -iname '*.jar' -exec sh -c 'zip -d "{}" META-INF/*.SF META-INF/*.RSA' \; || echo "maybe already fixed and cached!"
- mvn test -P fast -DargLine="-DACCOUNT_HOST=$ACCOUNT_HOST -DACCOUNT_KEY=$ACCOUNT_KEY" cobertura:cobertura
after_success:
- bash <(curl -s https://codecov.io/bash)
Expand Down

0 comments on commit 46c6ade

Please sign in to comment.