Skip to content

Commit bc72efa

Browse files
committed
add 2.9.1 to test matrix
1 parent 6d25045 commit bc72efa

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@ install:
1111
- yarn build
1212
- yarn add $TYPESCRIPT
1313
env:
14-
- TYPESCRIPT=typescript@2.8.1
14+
- TYPESCRIPT=typescript@2.9.1
1515
- TYPESCRIPT=typescript@next
16+
1617
1718
1819

appveyor.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@ environment:
33
FORCE_COLOR: 1
44
nodejs_version: "8"
55
matrix:
6-
- TYPESCRIPT: typescript@2.8.1
6+
- TYPESCRIPT: typescript@2.9.1
77
- TYPESCRIPT: typescript@next
8+
- TYPESCRIPT: [email protected]
89
- TYPESCRIPT: [email protected]
910
- TYPESCRIPT: [email protected]
1011
- TYPESCRIPT: [email protected]

0 commit comments

Comments
 (0)