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

Commit

Permalink
Make this a Go 1.11 module
Browse files Browse the repository at this point in the history
  • Loading branch information
htdvisser committed May 16, 2019
1 parent cc04392 commit 4d09f7e
Show file tree
Hide file tree
Showing 5 changed files with 219 additions and 517 deletions.
13 changes: 10 additions & 3 deletions .travis.yml
Expand Up @@ -6,14 +6,21 @@ services:
- docker

go:
- 1.8
- '1.11.x'
- '1.12.x'

go_import_path: github.com/TheThingsNetwork/go-app-sdk

env:
global:
- GOPROXY=https://proxy.golang.org
- GO111MODULE=on

before_install:
- go get github.com/kardianos/govendor
- go get github.com/mattn/goveralls

install:
- govendor sync -v
- go mod download

before_script:
- docker run -d -p 127.0.0.1:1883:1883 thethingsnetwork/rabbitmq
Expand Down

0 comments on commit 4d09f7e

Please sign in to comment.