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

Update .travis.yml (#25)

This commit is contained in:
Bee 2018-04-27 08:30:19 +02:00 committed by GitHub
parent 73a0247466
commit 9ec2d52a6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,7 @@ env:
- SRCROOT="${GOPATH}/src/github.com/mattermost" - SRCROOT="${GOPATH}/src/github.com/mattermost"
- GOARM=7 - GOARM=7
matrix: matrix:
- V=4.9.0 - V=4.9.1
before_install: before_install:
- install -d "${GOPATH}" "${GOROOT}" "${SRCROOT}/mattermost-"{server,webapp} - install -d "${GOPATH}" "${GOROOT}" "${SRCROOT}/mattermost-"{server,webapp}
# download & extract golang # download & extract golang