Skip to content

Commit ad6269f

Browse files
authored
Test with multiple TypeScript minor versions in CI
Fixes #216
1 parent 7a44a59 commit ad6269f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.travis.yml

+8
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,10 @@
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: npm ci --ignore-scripts
9+
after_install: npm install typescript@$TYPESCRIPT_VERSION
10+
script: npm run prepare

0 commit comments

Comments
 (0)