Skip to content
This repository has been archived by the owner on May 16, 2024. It is now read-only.

Commit

Permalink
always use clone_oca_dependencies for odoo <= 7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sbidoul committed Oct 12, 2016
1 parent c1e716f commit 211a86d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion travis/travis_install_nightly
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ pip install -q QUnitSuite coveralls codecov
# Use reference .coveragerc
cp ${HOME}/maintainer-quality-tools/cfg/.coveragerc .

if [ -f "oca_dependencies.txt" ]; then
if [ -f "oca_dependencies.txt" ] || [ $(echo "$VERSION <= 7.0" | bc) -eq "1" ]; then
echo "Getting addons dependencies"
clone_oca_dependencies
clone_result=$?
Expand Down

0 comments on commit 211a86d

Please sign in to comment.