Skip to content

Commit

Permalink
travis doesn't support make -j4
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Nov 29, 2011
1 parent 28c5a49 commit 04bbd79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
language: node_js
before_install: "make -j4 &>out || cat out; rm out"
before_install: "make &>out || cat out; rm out"
node_js:
- 0.6

0 comments on commit 04bbd79

Please sign in to comment.