Skip to content

Commit

Permalink
Try using the stable version of Node for Travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
bradyvercher committed Feb 7, 2017
1 parent 12a483e commit cabdab1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ php:
- "5.6"

before_install:
- nvm install stable
- npm update -g npm
- npm install -g grunt-cli
- npm install
- node --version
Expand Down

0 comments on commit cabdab1

Please sign in to comment.