Skip to content

Commit

Permalink
Fix travis build.
Browse files Browse the repository at this point in the history
Use LTS node version and package-lock'ed gulp version.
  • Loading branch information
adam-azarchs committed May 22, 2018
1 parent 8b10686 commit abfcfd3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ before_cache:
- rm -f $HOME/.npm/anonymous-cli-metrics.json
sudo: false
before_script:
- nvm install node
- npm install -g gulp
- nvm install --lts node
- pip install --user pylint
script:
- make all
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ $(GOBINS):
go install $(GO_FLAGS) martian/cmd/$@

web:
(cd web/martian && npm install && gulp)
(cd web/martian && npm install && node_modules/gulp/bin/gulp.js)

mrt:
cp scripts/mrt bin/mrt
Expand Down

0 comments on commit abfcfd3

Please sign in to comment.