diff options
| author | Timo Sand | 2014-08-13 11:13:09 +0300 | 
|---|---|---|
| committer | Timo Sand | 2014-08-13 11:22:23 +0300 | 
| commit | 15881456c38dbd6c72c42c2a316ddc73fc8b2d9b (patch) | |
| tree | 34f9b6f74016fb8b43e782522ae5e56d774ecc4b | |
| parent | be76291cfdbae4ce142efe2ab35795fff91e12e6 (diff) | |
| download | vimium-15881456c38dbd6c72c42c2a316ddc73fc8b2d9b.tar.bz2 | |
Update node version
Added dependency to travis
| -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: | 
