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

Commit

Permalink
Merge pull request #53 from lepistone/fix-rm
Browse files Browse the repository at this point in the history
fix deletion of our modules (courtesy @moylop260)
  • Loading branch information
pedrobaeza committed Aug 20, 2015
2 parents c0f9375 + c77b1f6 commit 3b0c6b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ install:
- travis_install_nightly
- git clone --depth=1 https://github.com/odoo/odoo-extra ~/odoo-extra
# odoo-extra has a bunch of v9 modules which aren't compatible, remove them
- rm -rf $(ls | grep -v runbot$)
- (cd ~/odoo-extra; rm -rf $(ls | grep -v runbot$))

script:
- travis_run_tests
Expand Down

0 comments on commit 3b0c6b0

Please sign in to comment.