Skip to content
This repository has been archived by the owner on Nov 9, 2021. It is now read-only.

Commit

Permalink
travis.yml: using make and fresh nodejs, notify me please.
Browse files Browse the repository at this point in the history
  • Loading branch information
nl0 committed Aug 17, 2012
1 parent 97e8641 commit 79e2ba3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
@@ -1,17 +1,17 @@
language: node_js

node_js:
- 0.4
- 0.5
- 0.6
- 0.8

before_script:
- "npm install"

script:
- "node_modules/.bin/cake tests"
- "make test"

notifications:
email:
- ram@hiddentao.com
- nl.imbecile@gmail.com

0 comments on commit 79e2ba3

Please sign in to comment.