Skip to content

Commit

Permalink
chore(travis): use cache alias
Browse files Browse the repository at this point in the history
  • Loading branch information
tlvince committed Mar 16, 2019
1 parent 10d70ee commit 655a7fd
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
language: node_js
cache:
directories:
- node_modules
notifications:
email: false
node_js:
- '10'
cache: npm
notifications:
email: false
after_success:
- npm run semantic-release
branches:
Expand Down

0 comments on commit 655a7fd

Please sign in to comment.