Skip to content
This repository was archived by the owner on Oct 2, 2019. It is now read-only.

Commit ebee7f5

Browse files
committed
No need to test on both Node.js 0.8 and 0.10
1 parent 5fd7e74 commit ebee7f5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
language: node_js
22
node_js:
3-
- "0.8"
43
- "0.10"
54

65
before_install:
76
- export DISPLAY=:99.0
87
- sh -e /etc/init.d/xvfb start
9-
- npm install -g grunt-cli bower
10-
- npm install
8+
- npm install -g grunt-cli bower karma
119
- bower install
1210

1311
script: "grunt test:travis"

0 commit comments

Comments
 (0)