From f3d4ffc0ea201fa4f925dfe7b1899c7604241af7 Mon Sep 17 00:00:00 2001 From: Hunter Long Date: Mon, 13 Aug 2018 22:16:46 -0700 Subject: [PATCH] makefile with travis - logs --- .travis.yml | 1 + 1 file changed, 1 insertion(+) 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: