Skip to content

Commit

Permalink
travis: force use of MySQL in integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddrysdale committed Nov 9, 2017
1 parent e161131 commit 88a1abe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ script:
if [[ "${WITH_ETCD}" == "true" ]]; then
export ETCD_DIR="${GOPATH}/bin"
fi
- export TRILLIAN_SQL_DRIVER=mysql
- ./trillian/integration/integration_test.sh
- HAMMER_OPTS="--operations=1500" ./trillian/integration/ct_hammer_test.sh
- set +e
Expand Down

0 comments on commit 88a1abe

Please sign in to comment.