Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Commit

Permalink
Travis: use node 5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
aluxian committed Sep 6, 2016
1 parent dd84e5a commit 3b312b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -22,8 +22,8 @@ env:
install:
- git clone https://github.com/creationix/nvm.git /tmp/.nvm
- source /tmp/.nvm/nvm.sh
- nvm install 5.0
- nvm use 5.0
- nvm install 5.5
- nvm use 5.5
- npm install -g gulp
- npm install

Expand Down

0 comments on commit 3b312b9

Please sign in to comment.