Skip to content

Commit

Permalink
Fix Typo in Travis File
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherDavenport committed Aug 24, 2017
1 parent 42e3d5f commit d8a9aa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -14,4 +14,4 @@ script:

## Tricks to avoid unnecessary cache updates
- find $HOME/.sbt -name "*.lock" | xargs rm
- find $HOME/.ivy2 -ma,e "ivydata-*.properties" | xargs rm
- find $HOME/.ivy2 -name "ivydata-*.properties" | xargs rm

0 comments on commit d8a9aa9

Please sign in to comment.