Skip to content

Commit

Permalink
Updating travis.yml to remove grunt dependencies
Browse files Browse the repository at this point in the history
The versions of grunt specified in package.json do not run on node 0.8.
Grunt and its cohorts aren't required for the package itself or the test
cases, so .travis.yml will remove them from package.json prior to installing
dependencies and running tests.
  • Loading branch information
James Tatum committed Feb 17, 2015
1 parent e2c17a6 commit 04a4623
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ node_js:
- "0.11"
- "0.10"
- "0.8"
before_install:
- npm uninstall grunt grunt-contrib-coffee grunt-contrib-watch grunt-release grunt-shell --save-dev

0 comments on commit 04a4623

Please sign in to comment.