Skip to content

Commit

Permalink
upgrade CI to run with 2.7 rc
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnyreilly committed Jan 20, 2018
1 parent 9a63c78 commit 72b1648
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -11,8 +11,9 @@ install:
- yarn build
- yarn add $TYPESCRIPT
env:
- TYPESCRIPT=typescript@2.6.1
- TYPESCRIPT=typescript@2.7.0-rc
- TYPESCRIPT=typescript@next
- TYPESCRIPT=typescript@2.6.1
- TYPESCRIPT=typescript@2.5.2
- TYPESCRIPT=typescript@2.4.1
- TYPESCRIPT=typescript@2.3.1
Expand Down
3 changes: 2 additions & 1 deletion appveyor.yml
Expand Up @@ -3,8 +3,9 @@ environment:
FORCE_COLOR: 1
nodejs_version: "8"
matrix:
- TYPESCRIPT: typescript@2.6.1
- TYPESCRIPT: typescript@2.7.0-rc
- TYPESCRIPT: typescript@next
- TYPESCRIPT: typescript@2.6.1
- TYPESCRIPT: typescript@2.5.2
- TYPESCRIPT: typescript@2.4.1
- TYPESCRIPT: typescript@2.3.1
Expand Down

0 comments on commit 72b1648

Please sign in to comment.