pull/49/head
Hunter Long 2018-08-17 01:50:10 -07:00
parent 1c5a923596
commit caa7af5720
2 changed files with 4 additions and 3 deletions

View File

@ -57,6 +57,10 @@ before_script:
- mysql -e 'CREATE DATABASE IF NOT EXISTS test;'
- psql -c 'create database test;' -U postgres
- gem install sass
- wget -q https://github.com/golang/dep/releases/download/v0.5.0/dep-linux-amd64
- chmod +x dep-linux-amd64
- sudo mv dep-linux-amd64 /usr/local/bin/dep
- make dev-deps
- make dep
- make install

View File

@ -84,9 +84,6 @@ databases:
sleep 30
dep:
wget -q https://github.com/golang/dep/releases/download/v0.5.0/dep-linux-amd64
chmod +x dep-linux-amd64
sudo mv dep-linux-amd64 /usr/local/bin/dep
dep ensure
dev-deps: