aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Blott2015-01-09 05:44:56 +0000
committerStephen Blott2015-01-09 05:44:56 +0000
commita60bde3d53ccdaefb7b0f07bd1e1f888f5853219 (patch)
treeb39eeaa3f5946b3ea2b2e7148f6414b817fba8ea
parent30dee76c6ab1de9e2a62701dacffc29fa5be0866 (diff)
parentebb43813e54fe6167dde807cd2774cc72f7c87b7 (diff)
downloadvimium-a60bde3d53ccdaefb7b0f07bd1e1f888f5853219.tar.bz2
Merge pull request #1420 from mrmr1993/travis-test
Fix travis tests
-rw-r--r--.travis.yml1
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: