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 30a42cf commit ab5dbf3Copy full SHA for ab5dbf3
.travis.yml
@@ -1,10 +1,11 @@
1
language: node_js
2
-node_js: 10
+node_js:
3
+ - "10"
4
sudo: required
5
services:
6
- xvfb
7
addons:
- firefox: "57.0"
8
+ firefox: "latest"
9
chrome: "stable"
10
script:
11
- npm run build
@@ -23,8 +24,7 @@ before_deploy: npm install -g bx-blue-green
23
24
deploy:
25
- provider: script
26
skip_cleanup: true
- script:
27
- - cd examples/ && bx-blue-green-travis
+ script: cd examples/ && bx-blue-green-travis
28
on:
29
branch: master
30
repo: watson-developer-cloud/speech-javascript-sdk
0 commit comments