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 c6968d5 commit 890bcf3Copy full SHA for 890bcf3
.travis.yml
@@ -1,16 +1,23 @@
1
+sudo: false
2
+
3
language: node_js
4
node_js:
- - "4"
-sudo: false
5
+ - stable
6
7
+cache:
8
+ directories:
9
+ - node_modules
10
11
before_script:
12
- wget http://www.browserstack.com/browserstack-local/BrowserStackLocal-linux-x64.zip
13
- unzip BrowserStackLocal-linux-x64.zip
14
- "./BrowserStackLocal $BROWSER_STACK_ACCESS_KEY localhost,8001,0 > /dev/null &"
15
- sleep 10
16
17
after_success:
18
- cat ./coverage/lcov.info | ./node_modules/codecov.io/bin/codecov.io.js
19
- cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js
20
21
branches:
- except:
- - latest
- - "/^v\\d/"
22
+ only:
23
+ - master
0 commit comments