From fda97218c082400ec2b761a64d9c225763dcedc3 Mon Sep 17 00:00:00 2001 From: Kasun Vithanage <alankasun@gmail.com> Date: Sun, 24 Mar 2019 13:48:07 +0530 Subject: [PATCH] go ver --- .travis.yml | 22 ++++++---------------- 1 file changed, 6 insertions(+), 16 deletions(-) diff --git a/.travis.yml b/.travis.yml index e9e52b9..2abad53 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,7 @@ language: go +go: 1.12.x + before_install: - go get github.com/magefile/mage - mage vendor @@ -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: