.travis.yml in table_sync-1.5.0 vs .travis.yml in table_sync-1.6.0
- old
+ new
@@ -18,10 +18,9 @@
postgresql: "10"
before_install: gem install bundler
before_script:
- psql -c 'create database table_sync_test;' -U postgres
script:
-- mkdir log
- bundle exec rake bundle:audit
- bundle exec rubocop
- bundle exec rspec