X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/afe679349fb7139f5cff5830f45e4b8214732812..13f059160569833c30074b9b52e8735caa83a95d:/.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