Skip to content

Commit

Permalink
Fix the node_version to 4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
asmsuechan committed Jun 3, 2017
1 parent 67d8b02 commit fbbc641
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
language: node_js
before_install: 'if [[ `npm -v` != 4* ]]; then npm i -g npm@4; fi'
matrix:
include:
- os: osx
Expand Down

0 comments on commit fbbc641

Please sign in to comment.