Skip to content

Commit fa36469

Browse files
committed
Only run tests in node v4
1 parent f062f43 commit fa36469

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.travis.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11
language: node_js
22
node_js:
3-
- '0.10'
4-
- '0.12'
5-
- '4'
3+
- "4"
64
sudo: false
75
before_script:
86
- wget http://www.browserstack.com/browserstack-local/BrowserStackLocal-linux-x64.zip
97
- unzip BrowserStackLocal-linux-x64.zip
10-
- ./BrowserStackLocal $BROWSER_STACK_ACCESS_KEY localhost,8001,0 > /dev/null &
8+
- "./BrowserStackLocal $BROWSER_STACK_ACCESS_KEY localhost,8001,0 > /dev/null &"
119
- sleep 10
1210
branches:
1311
except:
1412
- latest
15-
- /^v\d/
13+
- "/^v\d/"

0 commit comments

Comments
 (0)