Skip to content

Commit 2385b32

Browse files
committed
Run against Node stable and cache npm dependencies
1 parent 0e16e6c commit 2385b32

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
language: node_js
22
node_js:
3-
- "4"
3+
- stable
44
sudo: false
5+
cache:
6+
directories:
7+
- node_modules
58
before_script:
69
- wget http://www.browserstack.com/browserstack-local/BrowserStackLocal-linux-x64.zip
710
- unzip BrowserStackLocal-linux-x64.zip

0 commit comments

Comments
 (0)