Skip to content

Commit

Permalink
Merge 5576670 into 1feb4ec
Browse files Browse the repository at this point in the history
  • Loading branch information
ericelsken committed Jul 2, 2019
2 parents 1feb4ec + 5576670 commit c91d483
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 42 deletions.
11 changes: 7 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: go

go:
- 1.5.1
- 1.x

notifications:
email:
Expand All @@ -10,11 +10,14 @@ notifications:
on_success: change
on_failure: change

env:
- GO111MODULE=on

install:
- ./bin/travis/install.sh
- ./bin/travis/install

script:
- ./bin/travis/test_coverage.sh
- ./bin/travis/test-coverage

after_success:
- ./bin/coveralls/push.sh
- ./bin/coveralls/push
37 changes: 0 additions & 37 deletions bin/bump_version.sh

This file was deleted.

File renamed without changes.
6 changes: 5 additions & 1 deletion bin/travis/install.sh → bin/travis/install
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
#!/bin/sh

echo $PWD
echo $GOPATH

go get github.com/axw/gocov/gocov
go get github.com/ericelsken/goveralls
go get -t ./...

go get ./...
File renamed without changes.
2 changes: 2 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
module github.com/gogolfing/config

go 1.12

0 comments on commit c91d483

Please sign in to comment.