Skip to content

Commit

Permalink
travis: go with stock
Browse files Browse the repository at this point in the history
  • Loading branch information
iarna committed May 24, 2018
1 parent ee70659 commit d107390
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,4 @@ node_js:
- "6"
- "7"
- "4"
before_install:
- "npm config set spin false"
- "ls .npm-bin/bin/npm > /dev/null 2>&1 || npm install --prefix .npm-bin -g npm"
install:
- ".npm-bin/bin/npm prune"
- ".npm-bin/bin/npm install"
sudo: false
script: ".npm-bin/bin/npm test"
cache:
directories:
- .npm-bin
- $HOME/.npm
- node_modules

0 comments on commit d107390

Please sign in to comment.