Skip to content

Commit 401b158

Browse files
authored
Update .travis.yml with new node and typescript versions
1 parent bad04bf commit 401b158

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: node_js
22
node_js:
3-
- "0.12"
3+
- "6.0"
44
sudo: false
55
install:
66
- npm install
@@ -9,4 +9,5 @@ env:
99
- TYPESCRIPT=typescript@1.6.2
1010
- TYPESCRIPT=typescript@1.7.5
1111
- TYPESCRIPT=typescript@1.8.0
12-
- TYPESCRIPT=typescript@next
12+
- TYPESCRIPT=typescript@2.0.3
13+
- TYPESCRIPT=typescript@next

0 commit comments

Comments
 (0)