Improve Travis CI build Performance
parent
2c41e6a267
commit
05fd73e643
|
@ -5,3 +5,7 @@ sudo: false
|
||||||
|
|
||||||
after_success:
|
after_success:
|
||||||
- bash <(curl -s https://codecov.io/bash)
|
- bash <(curl -s https://codecov.io/bash)
|
||||||
|
|
||||||
|
cache:
|
||||||
|
directories:
|
||||||
|
- $HOME/.m2
|
||||||
|
|
Loading…
Reference in New Issue