Skip to content

Commit

Permalink
Update CI builds with latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrantly committed Jan 29, 2016
1 parent e3baa40 commit 43e3a28
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 @@ -7,5 +7,6 @@ install:
- npm install $TYPESCRIPT
env:
- TYPESCRIPT=typescript@1.6.2
- TYPESCRIPT=typescript
- TYPESCRIPT=typescript@1.7.5
- TYPESCRIPT=typescript@1.8.0
- TYPESCRIPT=typescript@next
3 changes: 2 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ environment:
nodejs_version: "0.12"
matrix:
- TYPESCRIPT: typescript@1.6.2
- TYPESCRIPT: typescript
- TYPESCRIPT: typescript@1.7.5
- TYPESCRIPT: typescript@1.8.0
- TYPESCRIPT: typescript@next
install:
- ps: Install-Product node $env:nodejs_version
Expand Down

0 comments on commit 43e3a28

Please sign in to comment.