Skip to content

Commit

Permalink
use go modules instead of dep
Browse files Browse the repository at this point in the history
  • Loading branch information
sammynx authored and nl5887 committed Apr 16, 2019
1 parent 065ef54 commit a4eb31f
Show file tree
Hide file tree
Showing 4,106 changed files with 220 additions and 950,953 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
15 changes: 9 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ language: go
go:
- stable
- 1.12.x
- 1.10.x
- 1.11.x

sudo: required
dist: xenial
Expand All @@ -17,22 +17,25 @@ os:
- linux

env:
- GIMME_OS=linux GIMME_ARCH=amd64
- GIMME_OS=linux GIMME_ARCH=amd64 GO111MODULE=on

addons:
apt:
sources:
- ppa:ubuntu-lxc/stable
packages:
- lxc
- lxc-dev

before_install:
- sudo add-apt-repository -y ppa:ubuntu-lxc/stable
# - sudo add-apt-repository -y ppa:ubuntu-lxc/stable
- sudo apt-get update -qq
- sudo apt-get install -y software-properties-common python-software-properties lxc-dev
- go get -u github.com/axw/gocov/gocov github.com/mattn/goveralls github.com/tcnksm/ghr
- sudo apt-get install -y software-properties-common python-software-properties lxc lxc-dev
- go get github.com/axw/gocov/gocov github.com/mattn/goveralls github.com/tcnksm/ghr
- curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | bash -s -- -b $GOPATH/bin

install:
- go get -u -v github.com/honeytrap/honeytrap
- go get -v github.com/honeytrap/honeytrap

script:
- $GOPATH/bin/golangci-lint run
Expand Down
Loading

0 comments on commit a4eb31f

Please sign in to comment.