diff options
| -rw-r--r-- | .travis.yml | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/.travis.yml b/.travis.yml index d79a1559..6393bfaf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,8 @@  language: node_js -node_js: 0.8 +node_js: 0.10  before_install:    - "npm install -g coffee-script" +  - "npm install path"    - "cake build"  script: "cake test"  notifications: | 
