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

Update .travis.yml (#28)

This commit is contained in:
Bee 2018-06-02 17:36:34 +02:00 committed by GitHub
parent 4338daa488
commit cce9a5e9f6
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.10.0 - V=4.10.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