Skip to content

Commit

Permalink
run make on travisci
Browse files Browse the repository at this point in the history
  • Loading branch information
lancejpollard committed Oct 9, 2012
1 parent e6179b3 commit 1d1c02e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -7,7 +7,7 @@ branches:
install: npm install install: npm install
services: mongodb services: mongodb
before_script: before_script:
- "npm install coffee-script" - "make install-dependencies"
- "npm install grunt" - "npm install grunt"
- "make build-test-client" - "make build-test-client"
- "make start-test-client &" - "make start-test-client &"
Expand Down

0 comments on commit 1d1c02e

Please sign in to comment.