Skip to content
This repository has been archived by the owner on Apr 2, 2021. It is now read-only.

Commit

Permalink
go ver
Browse files Browse the repository at this point in the history
  • Loading branch information
kasvith committed Mar 24, 2019
1 parent 276bc1f commit fda9721
Showing 1 changed file with 6 additions and 16 deletions.
22 changes: 6 additions & 16 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
language: go

go: 1.12.x

before_install:
- go get github.com/magefile/mage
- mage vendor
Expand All @@ -10,22 +12,10 @@ script:
after_success:
- bash <(curl -s https://codecov.io/bash)

matrix:
fast_finish: true
include:
- os: linux
go: "1.12.x"
cache:
directories:
- $HOME/.cache/go-build
- $HOME/gopath/pkg/mod

- os: osx
go: "1.12.x"
cache:
directories:
- $HOME/Library/Caches/go-build
- $HOME/gopath/pkg/mod
cache:
directories:
- $HOME/.cache/go-build
- $HOME/gopath/pkg/mod

jobs:
include:
Expand Down

0 comments on commit fda9721

Please sign in to comment.