X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/afe679349fb7139f5cff5830f45e4b8214732812..ec56eaf0f2b04d4974d1f464697f7fd71f5084b4:/.travis.yml diff --git a/.travis.yml b/.travis.yml index eed4575e5..996495c0d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,6 +30,6 @@ script: - bundle exec rake eslint - bundle exec erblint . - bundle exec rake db:structure:dump - - sed -e "/idle_in_transaction_session_timeout/d" -e 's/ IMMUTABLE / /' -e "s/AS '.*libpgosm.*',/AS 'libpgosm',/" -e "/^--/d" db/structure.sql > db/structure.actual + - sed -e "/idle_in_transaction_session_timeout/d" -e 's/ IMMUTABLE / /' -e "/^--/d" db/structure.sql > db/structure.actual - diff -uw db/structure.expected db/structure.actual - bundle exec rake test:db