You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- go test -race -v `go list ./... | grep -v /vendor/`
- make static -B
after_success:
- if [[ "$TRAVIS_PULL_REQUEST" -eq "false" ]]; then case $TRAVIS_BRANCH in master) docker build -t tf2stadium/pauling:latest . ;; dev) docker build -t tf2stadium/pauling:dev . ;; esac ; fi
- if [[ "$TRAVIS_PULL_REQUEST" -eq "false" ]]; then case $TRAVIS_BRANCH in master) docker push tf2stadium/pauling:latest ;; dev) docker push tf2stadium/pauling:dev ;; esac; fi