Skip to content

Commit

Permalink
Added travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
prateek2211 committed Dec 7, 2019
1 parent 5bb65f5 commit f720fad
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
language: go
addons:
apt:
packages:
# needed for the nfpm pipe:
- rpm
# needed for the snap pipe:
- snapd
go:
- 1.12.5
os:
- linux
dist: bionic
sudo: true
env:
- PATH=/snap/bin:$PATH GO111MODULE=on
install:
- sudo snap install snapcraft --classic
script:
- go build

0 comments on commit f720fad

Please sign in to comment.