1
0
mirror of https://github.com/SmartHoneybee/ubiquitous-memory synced 2025-04-30 07:39:40 +02:00

Update .travis.yml (#10)

This commit is contained in:
Bee 2017-12-05 12:52:42 +01:00 committed by GitHub
parent cdb30c1b6a
commit 767566cb74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,15 +13,18 @@ addons:
- build-essential
env:
global:
- GOV=1.9
- GOV=1.9.2
- GOSHA="de874549d9a8d8d8062be05808509c09a88a248e77ec14eb77453530829ac02b go${GOV}.linux-amd64.tar.gz"
- GOPATH=$HOME/go
- GOROOT=$HOME/$GOV/go
- PATH=$GOROOT/bin:$PATH:$GOPATH/bin
matrix:
- V=4.4.2
- V=4.4.3
before_install:
- install -d $GOPATH $GOROOT
- wget https://storage.googleapis.com/golang/go$GOV.linux-amd64.tar.gz
- echo "${GOSHA}" > .gosha
- sha256sum --check .gosha
- tar -C $HOME/$GOV -xzf go$GOV.linux-amd64.tar.gz
- node --version
- yarn versions