Skip to content

Commit

Permalink
Travis OCA fix attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
rvalyi committed Jan 13, 2015
1 parent c5a8704 commit f468616
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,13 @@ install:
- travis_install_nightly ${VERSION}

before_script:
- ls -la
- pwd
- cwd=$(pwd)
- psql -c "CREATE USER openerp WITH PASSWORD 'admin';" -U postgres
- psql -c 'create database ooor_test with owner openerp;' -U postgres
- cd odoo
- cd ${HOME}/odoo-${VERSION}
- ./openerp-server --db_user=postgres --db_user=openerp --db_password=admin --db_host=localhost &
- cd ..
- cd $cwd
- bundle install

script:
Expand Down

0 comments on commit f468616

Please sign in to comment.