We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f806b74 commit 17337f8Copy full SHA for 17337f8
.travis.yml
@@ -0,0 +1,11 @@
1
+language: node_js
2
+node_js:
3
+ - "8"
4
+ - "10"
5
+
6
+before_install:
7
+ - 'cd node-client'
8
+install:
9
+ - 'npm install typescript'
10
+ - 'npm install'
11
+ - 'npm test'
0 commit comments