Skip to content

Commit

Permalink
Merge pull request #896 from OpenGeoscience/cache-external-data
Browse files Browse the repository at this point in the history
Cache ExternalData directory
  • Loading branch information
zachmullen authored Aug 14, 2018
2 parents 7d93da4 + 4967290 commit d4f29fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ cache:
directories:
- node_modules
- "$HOME/cache"
- "$HOME/_build/ExternalData"
- "$TRAVIS_BUILD_DIR/_build/ExternalData"

before_install:
# Start xvfb with a specific resolution and pixel depth
Expand Down Expand Up @@ -63,7 +63,7 @@ before_script:
script:
- npm run build
- npm run docs
- mkdir _build
- mkdir -p _build
- ctest -S cmake/travis_build.cmake -VV || true
- if [ -f _build/test_failed ] ; then false ; fi
# Build the website to ensure that it will pass
Expand Down

0 comments on commit d4f29fa

Please sign in to comment.