Skip to content

Commit

Permalink
fix(travis-template): update travis template
Browse files Browse the repository at this point in the history
Specify latest stable Node.js release
Specify latest LTS Node.js release
Specify install command as npm install because greenkeeper-lockfile fails for npm ci
  • Loading branch information
jaebradley authored Aug 11, 2018
1 parent 597f7f6 commit 4ccdc8a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/templates/core/.travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ cache:
notifications:
email: true
node_js:
- '8'
- 'node'
- 'lts/*'
install: npm install
before_install:
- npm install -g npm@5
- npm install -g greenkeeper-lockfile@1
Expand Down

0 comments on commit 4ccdc8a

Please sign in to comment.