Browse Source

Improve Travis CI build Performance

pull/1533/merge
Chen Zhang 3 years ago committed by Justin Richer
parent
commit
05fd73e643
  1. 4
      .travis.yml

4
.travis.yml

@ -5,3 +5,7 @@ sudo: false
after_success:
- bash <(curl -s https://codecov.io/bash)
cache:
directories:
- $HOME/.m2

Loading…
Cancel
Save