Skip to content

Commit 0a4daaf

Browse files
committed
Stop running tests on Node 0.8
1 parent 4ae36b5 commit 0a4daaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: node_js
22
node_js:
3-
- "0.8"
43
- "0.10"
4+
- "0.11"
55
before_install:
66
- npm install -g bower
77
- bower install

0 commit comments

Comments
 (0)