.travis.yml in crypt_keeper_providers-0.2.0 vs .travis.yml in crypt_keeper_providers-0.3.0
- old
+ new
@@ -5,9 +5,10 @@
- gemfiles/activerecord_3_2.gemfile
before_script:
- cp spec/default.database.yml spec/database.yml
- psql -c 'CREATE DATABASE crypt_keeper_providers;' -U postgres
- psql crypt_keeper_providers -c 'CREATE EXTENSION IF NOT EXISTS pgcrypto;' -U postgres
+ - mysql -e 'CREATE DATABASE crypt_keeper_providers'
notifications:
email:
recipients:
jmazzi@gmail.com
on_success: never