X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/ca5de5b4e01297b07ce3a9db45e908f15f7cda11..6b6d922239e6b2d0c40181aa3ab8e5bd438aebe3:/.travis.yml diff --git a/.travis.yml b/.travis.yml index 6c41bc8b8..ad8f7e599 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ sudo: false language: ruby rvm: - - 2.1.8 + - 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