mirror of https://github.com/statping/statping
dep
parent
1c5a923596
commit
caa7af5720
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue