Skip to content

Commit

Permalink
run against 2.8 in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnyreilly committed Apr 7, 2018
1 parent dbda765 commit cf17def
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ install:
- yarn build
- yarn add $TYPESCRIPT
env:
- TYPESCRIPT=typescript@2.7.1
- TYPESCRIPT=typescript@2.8.1
- TYPESCRIPT=typescript@next
- TYPESCRIPT=typescript@2.7.1
- TYPESCRIPT=typescript@2.6.1
- TYPESCRIPT=typescript@2.5.2
- TYPESCRIPT=typescript@2.4.1
Expand Down
3 changes: 2 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ environment:
FORCE_COLOR: 1
nodejs_version: "8"
matrix:
- TYPESCRIPT: typescript@2.7.1
- TYPESCRIPT: typescript@2.8.1
- TYPESCRIPT: typescript@next
- TYPESCRIPT: typescript@2.7.1
- TYPESCRIPT: typescript@2.6.1
- TYPESCRIPT: typescript@2.5.2
- TYPESCRIPT: typescript@2.4.1
Expand Down

0 comments on commit cf17def

Please sign in to comment.