File tree 1 file changed +9
-10
lines changed
1 file changed +9
-10
lines changed Original file line number Diff line number Diff line change 1
1
language : node_js
2
2
node_js :
3
- - " 4"
3
+ - " 4"
4
4
sudo : false
5
5
before_script :
6
- - wget http://www.browserstack.com/browserstack-local/BrowserStackLocal-linux-x64.zip
7
- - unzip BrowserStackLocal-linux-x64.zip
8
- - " ./BrowserStackLocal $BROWSER_STACK_ACCESS_KEY localhost,8001,0 > /dev/null &"
9
- - sleep 10
6
+ - wget http://www.browserstack.com/browserstack-local/BrowserStackLocal-linux-x64.zip
7
+ - unzip BrowserStackLocal-linux-x64.zip
8
+ - " ./BrowserStackLocal $BROWSER_STACK_ACCESS_KEY localhost,8001,0 > /dev/null &"
9
+ - sleep 10
10
10
after_success :
11
- - cat ./coverage/lcov.info | ./node_modules/codecov.io/bin/codecov.io.js
12
- - cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js
11
+ - cat ./coverage/lcov.info | ./node_modules/codecov.io/bin/codecov.io.js
12
+ - cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js
13
13
branches :
14
- except :
15
- - latest
16
- - " /^v\\ d/"
14
+ only :
15
+ - master
You can’t perform that action at this time.
0 commit comments