X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/3f93341506abe271b1566fc88463781e0fc81d75..9badc45929af8a187a36bddfc965c32135dbb16b:/.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