Skip to content

Commit abf0183

Browse files
committed
Should fix travis issue philc#792
1 parent 550afd3 commit abf0183

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
@@ -1,7 +1,7 @@
11
language: node_js
22
node_js: 0.8
33
before_install:
4-
- "sudo npm install -g coffee-script"
4+
- "npm install -g coffee-script"
55
- "cake build"
66
script: "cake test"
77
notifications:

0 commit comments

Comments
 (0)