Skip to content

Commit

Permalink
Chore: Use node 8 for building (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
priyajeet authored and pramodsum committed Mar 28, 2018
1 parent c54de5e commit df7a4e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: node_js
node_js:
- "6"
- "8"
script: yarn run ci
cache: yarn
notifications:
Expand All @@ -10,4 +10,4 @@ notifications:
branches:
only:
- master
- /^greenkeeper/.*$/
- /^greenkeeper/.*$/

0 comments on commit df7a4e5

Please sign in to comment.