Skip to content
This repository has been archived by the owner on Jan 14, 2022. It is now read-only.

Commit

Permalink
Merge pull request #91 from goreleaser/mod
Browse files Browse the repository at this point in the history
using go mod
  • Loading branch information
caarlos0 authored Dec 17, 2018
2 parents 8956a01 + e652991 commit c73970d
Show file tree
Hide file tree
Showing 10 changed files with 98 additions and 410 deletions.
11 changes: 6 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
dist: trusty
language: go
go: '1.10'
go: '1.11.x'

install:
- make setup
env:
- GO111MODULE=on

install: make setup

addons:
apt:
sources:
- debian-sid

script:
- make ci
script: make ci

notifications:
email: false
Expand Down
340 changes: 0 additions & 340 deletions Gopkg.lock

This file was deleted.

Loading

0 comments on commit c73970d

Please sign in to comment.