refactor: remove travis

This commit is contained in:
Bo-Yi Wu
2017-02-14 12:34:53 +08:00
parent 6179afcde8
commit 3e7ff1f928
-21
View File
@@ -1,21 +0,0 @@
sudo: required
language: go
go:
- 1.6.x
- 1.7.x
- tip
before_install:
- sudo useradd -m -d /home/drone-scp -s /bin/bash drone-scp
- sudo mkdir -p /home/drone-scp/.ssh
- sudo chmod 700 /home/drone-scp/.ssh
- sudo cp tests/.ssh/id_rsa.pub /home/drone-scp/.ssh/authorized_keys
- sudo chown -R drone-scp /home/drone-scp/.ssh
- sudo echo drone-scp:1234 | chpasswd
script:
- make vet
- make lint
- make test
- make build