Skip to content

Commit

Permalink
Change CI
Browse files Browse the repository at this point in the history
  • Loading branch information
shimt committed Jun 12, 2021
1 parent 067d892 commit 45629b7
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 12 deletions.
25 changes: 25 additions & 0 deletions .drone.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
kind: pipeline
type: docker
name: go

steps:

- name: build
image: golang
commands:
- go get
- go build -v

---
kind: pipeline
type: docker
name: go-1.15

steps:

- name: build
image: golang:1.15
commands:
- go get
- go build -v
12 changes: 0 additions & 12 deletions .travis.yml

This file was deleted.

0 comments on commit 45629b7

Please sign in to comment.