From 88210e436a1b4b80dbf58266e42ba938ae52a9ed Mon Sep 17 00:00:00 2001 From: Matt Krump Date: Thu, 22 Mar 2018 09:13:57 -0500 Subject: [PATCH] Remove test and travis deps on private dev network --- .travis.yml | 5 ----- pkg/config/config_test.go | 26 ++++++++++++++++++++------ 2 files changed, 20 insertions(+), 11 deletions(-) diff --git a/.travis.yml b/.travis.yml index d6d81016..ff84c75c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,15 +12,10 @@ go_import_path: github.com/vulcanize/vulcanizedb before_install: # ginkgo golint dep migrate - make installtools - # geth - - wget https://gethstore.blob.core.windows.net/builds/geth-linux-amd64-1.8.0-5f540757.tar.gz - - tar -xzf geth-linux-amd64-1.8.0-5f540757.tar.gz - - sudo cp geth-linux-amd64-1.8.0-5f540757/geth /usr/local/bin before_script: - sudo -u postgres createdb vulcanize_private - make migrate HOST_NAME=localhost NAME=vulcanize_private PORT=5432 - - nohup make startprivate