Skip to content

Commit

Permalink
Migrated to Golang 1.10.x
Browse files Browse the repository at this point in the history
  • Loading branch information
vania-pooh committed May 31, 2018
1 parent 46b923f commit 6f47144
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 14 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ vendor/*/
bindata_assetfs.go
selenoid-ui
data
coverage.txt

.DS_Store
dist/**
Expand Down
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:

script:
- go generate ./web ./...
- ./travis/coverage.sh
- go test -race -v -coverprofile=coverage.txt -covermode=atomic ./...
- gox -os "linux darwin windows" -arch "amd64" -osarch="windows/386" -output "dist/{{.Dir}}_{{.OS}}_{{.Arch}}" -ldflags "-X main.buildStamp=`date -u '+%Y-%m-%d_%I:%M:%S%p'` -X main.gitRevision=`git describe --tags || git rev-parse HEAD`"
- GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -ldflags "-X main.buildStamp=`date -u '+%Y-%m-%d_%I:%M:%S%p'` -X main.gitRevision=`git describe --tags || git rev-parse HEAD`" # for docker

Expand All @@ -21,7 +21,7 @@ before_install:
- rsync -az ${TRAVIS_BUILD_DIR}/ $HOME/gopath/src/github.com/${TRAVIS_REPO_SLUG}/
- export TRAVIS_BUILD_DIR=$HOME/gopath/src/github.com/${TRAVIS_REPO_SLUG}
- cd $HOME/gopath/src/github.com/${TRAVIS_REPO_SLUG}
- eval "$(curl -sL https://raw.githubusercontent.com/travis-ci/gimme/master/gimme | GIMME_GO_VERSION=1.9 bash)"
- eval "$(curl -sL https://raw.githubusercontent.com/travis-ci/gimme/master/gimme | GIMME_GO_VERSION=1.10.x bash)"

install:
- go get -u github.com/jteeuwen/go-bindata/...
Expand Down
12 changes: 0 additions & 12 deletions travis/coverage.sh

This file was deleted.

0 comments on commit 6f47144

Please sign in to comment.