Skip to content

Commit

Permalink
Update .travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Romain GERARD committed Mar 26, 2020
1 parent d0bb4f0 commit b72a0e2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
language: go
matrix:
include:
- go: 1.11.x
- go: 1.14.x
env: RELEASE_VERSION=true
- go: tip
allow_failures:
- go: tip

# simple cross compile tool for go
before_install:
Expand All @@ -16,7 +13,6 @@ install:
- # skip

script:
- "./go.test.sh"
- if [ "${RELEASE_VERSION}" = "true" ]; then gox -os="linux darwin windows" -arch="amd64"
-ldflags "-X main.Rev=`git rev-parse --short HEAD`" -verbose ./...; fi

Expand Down
Empty file added Dockerfile
Empty file.

0 comments on commit b72a0e2

Please sign in to comment.