Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Build: Don't install grunt-cli manually in Travis
It's not needed as npm scripts have node_modules/.bin prepended to PATH.
It's also better to have all versions as locked up as possible to prevent build
instability.
  • Loading branch information
mgol committed Feb 7, 2018
commit c5ad660a194ad5efda8ffb81f0a6e17b23971712
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
language: node_js
node_js:
- "8"
before_script:
- npm install -g grunt-cli