Skip to content

Commit

Permalink
fix(traivs): try force npm@3 to avoid hard errors
Browse files Browse the repository at this point in the history
  • Loading branch information
sparanoid committed Apr 6, 2016
1 parent 31fa168 commit 4823ddc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ node_js:
- "4"
- "0.12"
before_install:
- if [[ `npm -v` != 3* ]]; then npm i -g npm@3; fi
- rvm use 2.2.2 --install --fuzzy
- bundle install
before_script:
Expand Down

0 comments on commit 4823ddc

Please sign in to comment.