Thumbnail

rani/matterbridge.git

Clone URL: https://git.buni.party/rani/matterbridge.git

commit c2fc86846615204425328b66b4d34122fccfa2a2 Author: Wim <wim@42.be> Date: Thu Apr 04 23:05:52 2019 +0000 Fix travis deploy condition and update to golangci-lint v1.16 diff --git a/.travis.yml b/.travis.yml index f30c8b9..c7066b4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -227 +227 @@ jobs: go: 1.12.x env: - GO111MODULE=on - - GOLANGCI_VERSION="v1.15.0" + - GOLANGCI_VERSION="v1.16.0"   - stage: test # Run tests in a combination of Go environments. script: ./ci/test.sh @@ -427 +427 @@ jobs:  deploy:   on: all_branches: true - condition: env(TRAVIS_GO_VERSION) = 1.12.x AND env(GO111MODULE) = on + condition: $TRAVIS_GO_VERSION =~ ^1\.12   before_deploy: # Run the build script to generate the necessary binaries and images.   - /bin/bash ci/bintray.sh