Debug travis

This commit is contained in:
notzippy@gmail.com
2020-04-29 21:28:09 -07:00
parent fb4b56513a
commit ad694c0fb0

View File

@@ -2,14 +2,14 @@ language: go
go: go:
- "1.12.x" - "1.12.x"
- "1.13.x" # - "1.13.x"
- "1.14.x" # - "1.14.x"
- "tip" # - "tip"
os: os:
- osx # - osx
- linux - linux
- windows # - windows
sudo: false sudo: false
@@ -18,6 +18,8 @@ branches:
- master - master
- develop - develop
env:
- GO111MODULE=on
install: install:
# Setting environments variables # Setting environments variables
@@ -27,7 +29,7 @@ install:
- 'echo "Travis branch: $TRAVIS_BRANCH, Revel dependency branch: $REVEL_BRANCH"' - 'echo "Travis branch: $TRAVIS_BRANCH, Revel dependency branch: $REVEL_BRANCH"'
#- git clone -b $REVEL_BRANCH git://github.com/revel/revel ../revel/ #- git clone -b $REVEL_BRANCH git://github.com/revel/revel ../revel/
#- git clone -b $REVEL_BRANCH git://github.com/revel/modules ../modules/ #- git clone -b $REVEL_BRANCH git://github.com/revel/modules ../modules/
# Since travis already checks out go # Since travis already checks out go build the commandline tool (revel)
- go get -t -v github.com/revel/cmd/revel - go get -t -v github.com/revel/cmd/revel
- echo $GOPATH - echo $GOPATH
- echo $PATH - echo $PATH