Skip to content

Commit

Permalink
Merge pull request #37 from jaebradley/fix-travis-template
Browse files Browse the repository at this point in the history
fix(travis-template): update travis template
  • Loading branch information
jaebradley authored Aug 11, 2018
2 parents 597f7f6 + 4ccdc8a commit 8eec895
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 8eec895

Please sign in to comment.