aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorMichał Gołębiowski <m.goleb@gmail.com>2016-05-25 14:59:28 +0200
committerScott González <scott.gonzalez@gmail.com>2016-05-25 16:42:22 -0400
commite6fd82d351899b166549935b07fc7b9a649515a1 (patch)
tree453212c1b0e006a8e8fb73653f96b38d15a9cd72 /.travis.yml
parent6812ca4141180dbef6e088edc5a2a756eb0b6ce7 (diff)
downloadjquery-ui-e6fd82d351899b166549935b07fc7b9a649515a1.tar.gz
jquery-ui-e6fd82d351899b166549935b07fc7b9a649515a1.zip
Build: Add grunt-cli to devDependencies, don't install it globally
This makes it possible to use Grunt without installing grunt-cli globally which makes the whole process more resilient. Ref gh-1706
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index fb3b75b1d..7143893d2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,5 +3,3 @@ dist: trusty
language: node_js
node_js:
- "0.12"
-before_script:
- - npm install -g grunt-cli