X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/3f93341506abe271b1566fc88463781e0fc81d75..8eca904388361aff879b379fbe3901a67275efb9:/.travis.yml diff --git a/.travis.yml b/.travis.yml index 1af422452..ad8f7e599 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ sudo: false language: ruby rvm: - - 1.9.3 + - 2.3.1 cache: bundler addons: postgresql: 9.1 @@ -26,4 +26,4 @@ before_script: script: - bundle exec rubocop -f fuubar - bundle exec rake jshint - - bundle exec rake test + - bundle exec rake test:db