.travis.yml changes

This commit is contained in:
André Bauer 2016-10-24 11:19:08 +02:00 committed by Thorsten Eckel
parent 461e17badd
commit 25db4cc4a8

View file

@ -14,11 +14,12 @@ rvm:
before_install:
- sudo apt-get -qq update
- sudo apt-get install -y curl git-core patch build-essential bison zlib1g-dev libssl-dev libxml2-dev libxml2-dev sqlite3 libsqlite3-dev autotools-dev libxslt1-dev libyaml-0-2 autoconf automake libreadline6-dev libyaml-dev libtool libgmp-dev libgdbm-dev libncurses5-dev pkg-config libffi-dev libmysqlclient-dev
- mysql --defaults-extra-file=/etc/mysql/debian.cnf -e "CREATE USER 'some_user'@'localhost' IDENTIFIED BY 'some_pass'; GRANT ALL PRIVILEGES ON zammad_prod.* TO 'some_user'@'localhost'; FLUSH PRIVILEGES;"
- mysql -e "create database IF NOT EXISTS test2;" -uroot
- export RAILS_ENV=production
- cp config/database.yml.dist config/database.yml
install:
- bundle install --without test development postgres
script:
- rake db:create
- rake db:migrate
- rake db:seed