Skip to content

Commit

Permalink
chore(travis): fix node version in the build using nvmrc (#28)
Browse files Browse the repository at this point in the history
build was using node version 4 instead of 6, using nvmrc we don't need to specify node version, and

node 6 comes with npm 3 by default
  • Loading branch information
Fetz authored and Kent C. Dodds committed Oct 16, 2016
1 parent 2e6bb71 commit d22a4b9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions .nvmrc
@@ -0,0 +1 @@
6
4 changes: 0 additions & 4 deletions .travis.yml
Expand Up @@ -8,10 +8,6 @@ branches:
- master
notifications:
email: false
node_js:
- 4
before_install:
- npm i -g npm@^3.0.0
before_script:
- npm prune
script:
Expand Down

0 comments on commit d22a4b9

Please sign in to comment.