Skip to content

Commit

Permalink
Fix JS build
Browse files Browse the repository at this point in the history
  • Loading branch information
youknowriad committed May 4, 2017
1 parent a60d52e commit 378ee1b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ cache:
- $HOME/.composer/cache

before_install:
- nvm install 6 && nvm use 6
- nvm install 7 && nvm use 7

matrix:
include:
Expand Down Expand Up @@ -57,5 +57,6 @@ script:
fi
- |
if [[ "$TRAVISCI" == "js" ]] ; then
npm install
npm run ci
fi

0 comments on commit 378ee1b

Please sign in to comment.