diff options
| author | mrmr1993 | 2015-01-08 19:36:28 +0000 |
|---|---|---|
| committer | Stephen Blott | 2015-01-09 05:47:22 +0000 |
| commit | b20413692cc6fa1cd9ace5cbb04730b6fd139928 (patch) | |
| tree | 53d4b2e695be0d2098f605cff70870a38a57112f | |
| parent | 7f2cb179432d6c93c81a26a7efb1dc42a291f11a (diff) | |
| download | vimium-b20413692cc6fa1cd9ace5cbb04730b6fd139928.tar.bz2 | |
Install utils package in TravisCI
| -rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 6393bfaf..c186f393 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,7 @@ node_js: 0.10 before_install: - "npm install -g coffee-script" - "npm install path" + - "npm install util" - "cake build" script: "cake test" notifications: |
