mirror of
https://github.com/SmartHoneybee/ubiquitous-memory
synced 2025-04-30 07:39:40 +02:00
Update .travis.yml (#26)
This commit is contained in:
parent
9ec2d52a6f
commit
adfadb5db1
@ -5,7 +5,7 @@ addons:
|
||||
sources:
|
||||
- sourceline: 'deb https://dl.yarnpkg.com/debian/ stable main'
|
||||
key_url: 'https://dl.yarnpkg.com/debian/pubkey.gpg'
|
||||
- sourceline: 'deb https://deb.nodesource.com/node_9.x trusty main'
|
||||
- sourceline: 'deb https://deb.nodesource.com/node_10.x trusty main'
|
||||
key_url: 'https://deb.nodesource.com/gpgkey/nodesource.gpg.key'
|
||||
packages:
|
||||
- nodejs
|
||||
@ -13,15 +13,15 @@ addons:
|
||||
- build-essential
|
||||
env:
|
||||
global:
|
||||
- GOV=1.10
|
||||
- GOSHA="b5a64335f1490277b585832d1f6c7f8c6c11206cba5cd3f771dcb87b98ad1a33 go${GOV}.linux-amd64.tar.gz"
|
||||
- GOV=1.10.2
|
||||
- GOSHA="4b677d698c65370afa33757b6954ade60347aaca310ea92a63ed717d7cb0c2ff 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.9.1
|
||||
- V=4.9.2
|
||||
before_install:
|
||||
- install -d "${GOPATH}" "${GOROOT}" "${SRCROOT}/mattermost-"{server,webapp}
|
||||
# download & extract golang
|
||||
|
Loading…
x
Reference in New Issue
Block a user