We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80cb3ab commit abe96efCopy full SHA for abe96ef
.travis.yml
@@ -8,4 +8,8 @@ node_js:
8
sudo: false
9
10
before_install:
11
- - npm install --global npm@latest
+ - npm install -g npm@latest
12
+ - npm install -g grunt-cli
13
+install:
14
+ - npm install
15
+
0 commit comments