We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a44a59 commit ad6269fCopy full SHA for ad6269f
.travis.yml
@@ -1,2 +1,10 @@
1
language: node_js
2
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