Skip to content

Commit

Permalink
Go modules support
Browse files Browse the repository at this point in the history
  • Loading branch information
thoas authored Dec 11, 2018
1 parent d2591bc commit 9b7cb01
Show file tree
Hide file tree
Showing 2,088 changed files with 82,521 additions and 985,287 deletions.
9 changes: 3 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
language: go
before_install:
- go get golang.org/x/tools/cmd/cover
services:
- docker
- redis-server
go:
- "1.10"
script: make test

script: make ci
2 changes: 1 addition & 1 deletion Dockerfile.build
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.10.3
FROM golang:1.11.2

ADD . /go/src/github.com/thoas/picfit

Expand Down
7 changes: 7 additions & 0 deletions Dockerfile.ci
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
FROM golang:1.11.2

ADD . /go/src/github.com/thoas/picfit

WORKDIR /go/src/github.com/thoas/picfit

CMD make test
336 changes: 0 additions & 336 deletions Gopkg.lock

This file was deleted.

Loading

0 comments on commit 9b7cb01

Please sign in to comment.