test all adapters in travis run.

This commit is contained in:
Micah Geisel 2018-05-25 19:41:12 -07:00
parent 6a64860486
commit 3e3e9055c0
15 changed files with 38 additions and 39 deletions

View file

@ -3,6 +3,5 @@ set -euo pipefail
IFS=$'\n\t'
set -vx
bundle install
bundle check || bundle install
# Do any other automated setup that you need to do here