Skip to content

Commit

Permalink
Make Bower ~1.3.2 a min requirement (npm + Travis)
Browse files Browse the repository at this point in the history
We need at least version 1.3.2 to avoid a race condition:
bower/bower#1211

bower/bower#933
https://www.openproject.org/work_packages/5645

Signed-off-by: Alex Coles <[email protected]>
  • Loading branch information
myabc committed Apr 7, 2014
1 parent 8dfb55e commit 36d2e90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ script: "bundle exec rake $TEST_SUITE"
before_install:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
- "nvm use 0.10 && npm -g install bower && npm install"
- "nvm use 0.10 && npm -g install bower#~1.3.2 && npm install"
before_script:
- "RAILS_ENV=production bundle exec rake ci:travis:prepare"
notifications:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "OpenProject",
"version": "0.1.0",
"devDependencies": {
"bower": "~1.3.1",
"bower": "~1.3.2",
"grunt": "~0.4.2",
"grunt-contrib-jshint": "~0.8.0",
"mocha-phantomjs": "~3.1.6",
Expand Down

0 comments on commit 36d2e90

Please sign in to comment.