Skip to content

Commit 7710e6b

Browse files
committed
run eslint and integration tests on travis
1 parent c9526fe commit 7710e6b

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,7 @@ node_js:
77
- "10"
88
before_script:
99
- npm install -d
10+
script:
11+
- npm run lint
12+
- npm test
13+
- npm test-integration

0 commit comments

Comments
 (0)