mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-10 13:32:24 +00:00
ci: move default to 1.10
Signed-off-by: Alexander Bezzubov <bzz@apache.org>
This commit is contained in:
parent
cd5adb803f
commit
a7d9b95135
13
.travis.yml
13
.travis.yml
@ -1,7 +1,7 @@
|
||||
language: go
|
||||
|
||||
go:
|
||||
- 1.9.x
|
||||
- '1.10'
|
||||
|
||||
addons:
|
||||
apt:
|
||||
@ -12,8 +12,11 @@ matrix:
|
||||
fast_finish: true
|
||||
|
||||
env:
|
||||
- ONIGURUMA=0
|
||||
- ONIGURUMA=1
|
||||
global:
|
||||
- GO_VERSION='1.10'
|
||||
matrix:
|
||||
- ONIGURUMA=0
|
||||
- ONIGURUMA=1
|
||||
|
||||
install:
|
||||
- go version
|
||||
@ -50,7 +53,7 @@ jobs:
|
||||
jdk: oraclejdk8
|
||||
|
||||
install:
|
||||
- GIMME_OUTPUT=$(gimme 1.9 | tee -a $HOME/.bashrc) && eval "$GIMME_OUTPUT"
|
||||
- GIMME_OUTPUT=$(gimme $GO_VERSION | tee -a $HOME/.bashrc) && eval "$GIMME_OUTPUT"
|
||||
- export GOPATH=$HOME/gopath
|
||||
- mkdir -p $GOPATH/src/gopkg.in/src-d/enry.v1
|
||||
- rsync -az ${TRAVIS_BUILD_DIR}/ $GOPATH/src/gopkg.in/src-d/enry.v1
|
||||
@ -118,7 +121,7 @@ jobs:
|
||||
jdk: oraclejdk8
|
||||
|
||||
install:
|
||||
- GIMME_OUTPUT=$(gimme 1.9 | tee -a $HOME/.bashrc) && eval "$GIMME_OUTPUT"
|
||||
- GIMME_OUTPUT=$(gimme $GO_VERSION | tee -a $HOME/.bashrc) && eval "$GIMME_OUTPUT"
|
||||
- export GOPATH=$HOME/gopath
|
||||
- mkdir -p $GOPATH/src/gopkg.in/src-d/enry.v1
|
||||
- rsync -az ${TRAVIS_BUILD_DIR}/ $GOPATH/src/gopkg.in/src-d/enry.v1
|
||||
|
Loading…
Reference in New Issue
Block a user