Updated cache directory variable

This commit is contained in:
Ganesh Gore 2019-08-31 20:00:44 -06:00
parent 32d47d6b8b
commit 31c4d40e66
1 changed files with 4 additions and 2 deletions

View File

@ -3,8 +3,10 @@ language: cpp
# cache results
cache:
directories:
- $HOME/abc
- $HOME/yosys
- $TRAVIS_BUILD_DIR/abc
- $TRAVIS_BUILD_DIR/yosys
- $TRAVIS_BUILD_DIR/ace2
- $TRAVIS_BUILD_DIR/libs
- $HOME/.ccache
# Currently sudo is not required, NO ENV is used