Skip to content
This repository has been archived by the owner on Oct 8, 2019. It is now read-only.

Commit

Permalink
ci: faster travis builds (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
raisedadead committed Mar 14, 2018
1 parent cde0f82 commit 254165e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
language: node_js

node_js:
- '6'

before_install: if [[ `npm -v` != 3* ]]; then npm i -g npm@3; fi
- '8'

cache:
directories:
- node_modules

sudo: false
sudo: false

0 comments on commit 254165e

Please sign in to comment.