Skip to content

Commit

Permalink
Trying to remove extra travis cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
passy committed Aug 7, 2013
1 parent ce7dc52 commit c5b71ce
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ language: node_js
node_js:
- '0.10'
before_script:
# Don't ask me why, but without reinstalling this package, it will just fail.
- 'npm install https://github.com/karma-runner/grunt-karma/archive/eb956ca331deae1c7f9c4555cbf6558df1734146.tar.gz'
- 'npm install grunt-karma'
- 'npm install -g bower grunt-cli'
- 'bower install'

Expand Down

0 comments on commit c5b71ce

Please sign in to comment.