Skip to content

Commit

Permalink
Travis: update node version to fix travis build.
Browse files Browse the repository at this point in the history
Make build step explicit
  • Loading branch information
aronhelser committed Apr 5, 2018
1 parent b1506ef commit 8d25e4b
Show file tree
Hide file tree
Showing 3 changed files with 9,375 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,15 @@ cache:
directories:
- node_modules
node_js:
- "4"
- "8"
notifications:
email: false
email:
recipients:
- aron.helser@kitware.com
on_success: change
on_failure: always
install:
- npm install
- npm install

script:
- npm run build
Loading

0 comments on commit 8d25e4b

Please sign in to comment.