Skip to content

Commit

Permalink
test: travis test on node 8 using nightly building (eggjs#464)
Browse files Browse the repository at this point in the history
  • Loading branch information
fengmk2 authored and popomore committed Feb 27, 2017
1 parent 01bdfb5 commit 2957150
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ language: node_js
node_js:
- '6'
- '7'
matrix:
include:
- node_js: '8'
env: 'NVM_NODEJS_ORG_MIRROR=https://nodejs.org/download/nightly'
allow_failures:
# Allow the nightly installs to fail
- env: 'NVM_NODEJS_ORG_MIRROR=https://nodejs.org/download/nightly'
install:
- npm i npminstall && npminstall
script:
Expand Down

0 comments on commit 2957150

Please sign in to comment.