Skip to content

Commit

Permalink
Update Traxis configuration.
Browse files Browse the repository at this point in the history
Now that we use Typescript, we need to build before we
can use the tcp-ws proxy script.
  • Loading branch information
steabert committed Mar 9, 2019
1 parent 0f92c07 commit 383132e
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
language: node_js
node_js:
- "node"
- "10"
- "lts/*"
- 'node'
- '10'
- 'lts/*'

matrix:
allow_failures:
- node_js: "node"
- node_js: 'node'

services:
- docker
Expand All @@ -17,11 +17,10 @@ env:

before_install:
- docker run -d --rm -p 8554:8554 steabert/gst-rtsp-launch
before_script:
- node rtsp-ws-server/tcp-ws-proxy.js >& tcp-ws-proxy.log &
script:
- yarn test
- yarn build
- node rtsp-ws-server/tcp-ws-proxy.js >& tcp-ws-proxy.log &
- yarn http-server examples/browser >& http-server.log &
- yarn cypress run
deploy:
Expand All @@ -33,7 +32,7 @@ deploy:
on:
tags: true
repo: AxisCommunications/media-stream-library-js
node: "10"
node: '10'
- provider: npm
email: stevenv@axis.com
tag: $NPM_TAG
Expand All @@ -43,4 +42,4 @@ deploy:
on:
tags: true
repo: AxisCommunications/media-stream-library-js
node: "10"
node: '10'

0 comments on commit 383132e

Please sign in to comment.