Skip to content

Commit

Permalink
Simplify Travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
timdorr committed Apr 23, 2019
1 parent c676a25 commit baee53f
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,6 @@
language: node_js
node_js:
- "11.10.1"
install:
- npm i -g npm@5.8.0
- npm ci
node_js: node
cache: npm
script:
- npm run examples:lint
- npm run examples:test
branches:
only:
- master
- next
cache:
directories:
- "$HOME/.npm"

0 comments on commit baee53f

Please sign in to comment.