Skip to content

Commit

Permalink
Merge pull request #185 from SpongePowered/pin-node
Browse files Browse the repository at this point in the history
Pin Node to version 9
  • Loading branch information
lukegb committed Apr 29, 2018
2 parents 0f35a88 + 99542dd commit b64a69c
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 41 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ cache:

install:
- pip install tox
- nvm install node
- nvm use node
- nvm install 9
- nvm use 9
- npm install
- npm install gulp-cli
script:
Expand Down
71 changes: 33 additions & 38 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-clean-css": "^2.3.2",
"gulp-cli": "^1.3.0",
"gulp-cli": "^1.4.0",
"gulp-sass": "^3.0.0",
"gulp-sourcemaps": "^2.4.0",
"merge-stream": "^1.0.1",
Expand Down

0 comments on commit b64a69c

Please sign in to comment.