Add Travis CI support and remove drone.yml

This commit is contained in:
Bernhard Froehlich
2019-10-14 09:51:09 +00:00
parent 5fd6aad9b1
commit 118d1b88c2
2 changed files with 1 additions and 8 deletions

View File

@@ -1,8 +0,0 @@
kind: pipeline
name: default
steps:
- name: build
image: golang
commands:
- go build

1
.travis.yml Normal file
View File

@@ -0,0 +1 @@
language: go