Skip to content

Commit 17337f8

Browse files
committed
Add a travis config.
1 parent f806b74 commit 17337f8

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.travis.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)