.travis.yml in quorum-0.5.2 vs .travis.yml in quorum-0.6.0
- old
+ new
@@ -11,11 +11,9 @@
before_script:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
- bundle install
- mysql -e "create database quorum_test;"
- - "rake travis:create_db_config"
- - "rake app:db:schema:load"
script: "rake travis:spec"
notifications:
email:
- "kas@ncgr.org"