diff --git a/.travis.yml b/.travis.yml index 563a3851..809cf6cb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -55,6 +55,7 @@ notifications: before_script: - mysql -e 'CREATE DATABASE IF NOT EXISTS test;' - psql -c 'create database test;' -U postgres + - which go - make deps script: