Skip to content

Commit c689db9

Browse files
author
Steven Vancoillie
committed
chore(ci): add linting to CI
1 parent e862e4c commit c689db9

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.travis.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ env:
2121
before_install:
2222
- docker run -d --rm -p 8554:8554 steabert/gst-rtsp-launch
2323
script:
24+
- yarn lint
2425
- yarn test
2526
- yarn build
2627
- node rtsp-ws-server/tcp-ws-proxy.js >& tcp-ws-proxy.log &
@@ -39,9 +40,9 @@ deploy:
3940
repo: AxisCommunications/media-stream-library-js
4041
node: '12'
4142
- provider: npm
42-
email: "$NPM_EMAIL"
43-
tag: "$NPM_TAG"
44-
api_key: "$NPM_TOKEN"
43+
email: '$NPM_EMAIL'
44+
tag: '$NPM_TAG'
45+
api_key: '$NPM_TOKEN'
4546
skip_cleanup: true
4647
on:
4748
tags: true

0 commit comments

Comments
 (0)