Skip to content

Commit 890bcf3

Browse files
committed
Update Travis config
1 parent c6968d5 commit 890bcf3

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

.travis.yml

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,23 @@
1+
sudo: false
2+
13
language: node_js
24
node_js:
3-
- "4"
4-
sudo: false
5+
- stable
6+
7+
cache:
8+
directories:
9+
- node_modules
10+
511
before_script:
612
- wget http://www.browserstack.com/browserstack-local/BrowserStackLocal-linux-x64.zip
713
- unzip BrowserStackLocal-linux-x64.zip
814
- "./BrowserStackLocal $BROWSER_STACK_ACCESS_KEY localhost,8001,0 > /dev/null &"
915
- sleep 10
16+
1017
after_success:
1118
- cat ./coverage/lcov.info | ./node_modules/codecov.io/bin/codecov.io.js
1219
- cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js
20+
1321
branches:
14-
except:
15-
- latest
16-
- "/^v\\d/"
22+
only:
23+
- master

0 commit comments

Comments
 (0)