Skip to content

Commit 15327cf

Browse files
committed
Fix Travis build
1 parent c31f1b9 commit 15327cf

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,4 +2,4 @@ language: node_js
22
node_js:
33
- 0.8
44
before_install: "npm install -g yuitest"
5-
script: "ant test.node"
5+
script: "ant test"

0 commit comments

Comments
 (0)