This commit is contained in:
Roy Kaldung 2015-12-03 15:53:42 +01:00
parent 7652f198a7
commit c75d716a9a

View file

@ -11,7 +11,10 @@ after_install: packaging/hooks/postinstall.sh
before:
- pwd
- ls -l
- ls -l config/
- cp config/database.yml.unittest config/database.yml
- cat config/database.yml
env:
- RAILS_ENV=production