Skip to content

Commit 93d63f0

Browse files
nickservmarkerikson
authored andcommitted
Test with multiple TypeScript minor versions in CI (#217)
* Test with multiple TypeScript minor versions in CI Fixes #216 * Fix incorrect after_install script
1 parent 8f35fd1 commit 93d63f0

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.travis.yml

+9
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,11 @@
11
language: node_js
22
node_js: node
3+
env:
4+
- TYPESCRIPT_VERSION=3.6
5+
- TYPESCRIPT_VERSION=3.5
6+
- TYPESCRIPT_VERSION=3.4
7+
- TYPESCRIPT_VERSION=3.3
8+
install:
9+
- npm ci --ignore-scripts
10+
- npm install typescript@$TYPESCRIPT_VERSION
11+
script: npm run prepare

0 commit comments

Comments
 (0)