Skip to content

Commit

Permalink
Revert "CI: add cache to .travis.yml (#890)"
Browse files Browse the repository at this point in the history
This reverts commit d11c0a5.
  • Loading branch information
ibgreen committed Aug 8, 2020
1 parent d11c0a5 commit fa37303
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Expand Up @@ -12,7 +12,4 @@ install:
script:
- npm run test ci
after_success:
- if [[ `node -v` == *"v12"* ]]; then (cat coverage/lcov.info | coveralls); ficache:
yarn: true
directories:
- node_modules
- if [[ `node -v` == *"v12"* ]]; then (cat coverage/lcov.info | coveralls); fi

0 comments on commit fa37303

Please sign in to comment.