Skip to content

Commit

Permalink
Pin node tests at 6.x (#340)
Browse files Browse the repository at this point in the history
  • Loading branch information
blakeembrey committed Jun 2, 2017
1 parent 633d537 commit 7dfb3e3
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .travis.yml
Expand Up @@ -15,14 +15,14 @@ script:
- npm run test-cov

env:
- NODE=stable TYPESCRIPT=typescript@1.6
- NODE=stable TYPESCRIPT=typescript@1.7
- NODE=stable TYPESCRIPT=typescript@1.8
- NODE=stable TYPESCRIPT=typescript@2.0
- NODE=stable TYPESCRIPT=typescript@2.1
- NODE=6 TYPESCRIPT=typescript@1.6
- NODE=6 TYPESCRIPT=typescript@1.7
- NODE=6 TYPESCRIPT=typescript@1.8
- NODE=6 TYPESCRIPT=typescript@2.0
- NODE=6 TYPESCRIPT=typescript@2.1
- NODE=4 TYPESCRIPT=typescript@latest
- NODE=stable TYPESCRIPT=typescript@latest
- NODE=stable TYPESCRIPT=typescript@next
- NODE=6 TYPESCRIPT=typescript@latest
- NODE=6 TYPESCRIPT=typescript@next

node_js:
- stable
Expand Down

0 comments on commit 7dfb3e3

Please sign in to comment.