Skip to content

Commit

Permalink
travis: update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mcuadros committed Aug 15, 2019
1 parent 6b49a39 commit 307370c
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,18 @@ go:
- 1.5
- 1.6
- 1.7
- 1.8
- 1.9
- "1.10"
- "1.11"
- "1.12"
- tip

matrix:
allow_failures:
- go: tip

go_import_path: gopkg.in/mcuadros/go-syslog.v2

install:
- rm -rf $GOPATH/src/gopkg.in/mcuadros
- mkdir -p $GOPATH/src/gopkg.in/mcuadros
- ln -s $PWD $GOPATH/src/gopkg.in/mcuadros/go-syslog.v2
- cd $GOPATH/src/gopkg.in/mcuadros/go-syslog.v2 && go get -v -t ./...

script:
- cd $GOPATH/src/gopkg.in/mcuadros/go-syslog.v2 && go test -v ./...

sudo: false
- go get -v -t ./...

0 comments on commit 307370c

Please sign in to comment.