diff options
| author | Phil Crosby | 2014-08-16 10:20:48 -0700 |
|---|---|---|
| committer | Phil Crosby | 2014-08-16 10:20:48 -0700 |
| commit | 83b216c87425e67066488e30f4260aee2b67a106 (patch) | |
| tree | 34f9b6f74016fb8b43e782522ae5e56d774ecc4b | |
| parent | be76291cfdbae4ce142efe2ab35795fff91e12e6 (diff) | |
| parent | 15881456c38dbd6c72c42c2a316ddc73fc8b2d9b (diff) | |
| download | vimium-83b216c87425e67066488e30f4260aee2b67a106.tar.bz2 | |
Merge pull request #1123 from deiga/fix-travis
Fix travis build
| -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: |
