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

Update .travis.yml (#22)

This commit is contained in:
Bee 2018-02-23 11:03:29 +01:00 committed by GitHub
parent a841d22ea1
commit 9fbbcc9efa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,15 +13,15 @@ addons:
- build-essential
env:
global:
- GOV=1.9.4
- GOSHA="15b0937615809f87321a457bb1265f946f9f6e736c563d6c5e0bd2c22e44f779 go${GOV}.linux-amd64.tar.gz"
- GOV=1.10
- GOSHA="b5a64335f1490277b585832d1f6c7f8c6c11206cba5cd3f771dcb87b98ad1a33 go${GOV}.linux-amd64.tar.gz"
- GOPATH="${HOME}/go"
- GOROOT="${HOME}/${GOV}/go"
- PATH="${GOROOT}/bin:${PATH}:${GOPATH}/bin"
- SRCROOT="${GOPATH}/src/github.com/mattermost"
- GOARM=7
matrix:
- V=4.7.1
- V=4.7.2
before_install:
- install -d "${GOPATH}" "${GOROOT}" "${SRCROOT}/mattermost-"{server,webapp}
- wget -q "https://storage.googleapis.com/golang/go${GOV}.linux-amd64.tar.gz"