Skip to content

Commit

Permalink
Merge pull request #12 from gobuffalo/fix-tests
Browse files Browse the repository at this point in the history
run go test with the -tags sqlite flag
  • Loading branch information
markbates committed Mar 5, 2018
2 parents 382cc04 + e3f0d3b commit ca27fce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ before_script:
- ./tsoda migrate -e "postgres"
- ./tsoda migrate -e "sqlite"

script: go test ./... -v
script: go test -tags sqlite ./... -v

global_env:
- MYSQL_USER="travis"
Expand Down

0 comments on commit ca27fce

Please sign in to comment.