Skip to content

Commit

Permalink
Fix travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
bmonkman committed Oct 22, 2019
1 parent ecda3f6 commit 5f99d60
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .dockerignore
@@ -1,7 +1,7 @@
Dockerfile
README.md
.history
.history/
.travis.yml
.gitignore
.git
test
example/
4 changes: 2 additions & 2 deletions .travis.yml
@@ -1,7 +1,7 @@
language: go
script:
- env GO111MODULE=on go build
- env GO111MODULE=on go test ./test
- GO111MODULE=on go build
- GO111MODULE=on make check

go:
- 1.11.x
Expand Down

0 comments on commit 5f99d60

Please sign in to comment.