mirror of
https://github.com/kevin-DL/revel-cmd.git
synced 2026-01-23 15:31:26 +00:00
Debug travis
This commit is contained in:
14
.travis.yml
14
.travis.yml
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user