X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/17d166b20f0d914be6e971b3a8677e74f927d4ac..c819bec8b7b81fb2766a67247440375e4a837d10:/.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