X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/9e929de53091ab5db24be602546e525a72548dbd..983f7325ae08ded5bb0d5ed1f9ec25ae57f4a1c0:/.travis.yml diff --git a/.travis.yml b/.travis.yml index 8c09cc439..8ce7f5f30 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,8 +24,8 @@ before_script: - psql -U postgres -c "CREATE FUNCTION xid_to_int4(xid) RETURNS int4 AS '/tmp/libpgosm', 'xid_to_int4' LANGUAGE C STRICT" openstreetmap - cp config/travis.database.yml config/database.yml - bundle exec rake db:migrate + - bundle exec rake i18n:js:export script: - bundle exec rubocop -f fuubar - bundle exec rake jshint - bundle exec rake test:db - - bundle exec rake test:system