Skip to content

Commit

Permalink
Test with multiple TypeScript minor versions in CI (#217)
Browse files Browse the repository at this point in the history
* Test with multiple TypeScript minor versions in CI

Fixes #216

* Fix incorrect after_install script
  • Loading branch information
nickmccurdy authored and markerikson committed Oct 16, 2019
1 parent 8f35fd1 commit 93d63f0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,11 @@
language: node_js
node_js: node
env:
- TYPESCRIPT_VERSION=3.6
- TYPESCRIPT_VERSION=3.5
- TYPESCRIPT_VERSION=3.4
- TYPESCRIPT_VERSION=3.3
install:
- npm ci --ignore-scripts
- npm install typescript@$TYPESCRIPT_VERSION
script: npm run prepare

0 comments on commit 93d63f0

Please sign in to comment.