Skip to content

Commit 2cc4e30

Browse files
committed
specify iojs-v1.2.0
node-sass(2.0.1) does not support iojs > 1.2.0 ATM see: sass/node-sass#693 (comment)
1 parent 1163d67 commit 2cc4e30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ language: node_js
22
node_js:
33
- '0.10'
44
- '0.12'
5-
- 'iojs'
5+
- 'iojs-v1.2.0'
66
script: npm run-script test-travis
77
after_script:
88
- npm install -g coveralls@2

0 commit comments

Comments
 (0)