Skip to content

Commit

Permalink
Use NODE=stable tag over specific version (#598)
Browse files Browse the repository at this point in the history
  • Loading branch information
blakeembrey committed May 26, 2018
1 parent 2e44bc0 commit 6c610b4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Expand Up @@ -15,10 +15,10 @@ script:
- npm run test-cov

env:
- NODE=8 TYPESCRIPT=typescript@2.0
- NODE=6 TYPESCRIPT=typescript@latest
- NODE=8 TYPESCRIPT=typescript@latest
- NODE=8 TYPESCRIPT=typescript@next
- NODE=stable TYPESCRIPT=typescript@latest
- NODE=stable TYPESCRIPT=typescript@2.0
- NODE=stable TYPESCRIPT=typescript@next

node_js:
- stable
Expand Down

0 comments on commit 6c610b4

Please sign in to comment.