diff options
| -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: |
