diff --git a/.travis.yml b/.travis.yml index 130c2eb5..5ed2c405 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,19 +1,13 @@ language: go go: - - "1.14.x" - +- 1.14.x addons: apt: packages: - # needed for the nfpm pipe: - - rpm - # needed for the snap pipe: - snapd env: -# needed for the snap pipe: - PATH=/snap/bin:$PATH - before_install: - if [ ! -z $TRAVIS_TAG ]; then openssl aes-256-cbc -K $encrypted_c7b8c1fd25b9_key -iv $encrypted_c7b8c1fd25b9_iv -in snap.login.enc -out snap.login -d; fi @@ -30,4 +24,4 @@ jobs: - make release tag=${TRAVIS_TAG:-Unreleased} on: tags: true - condition: $TRAVIS_OS_NAME = linux + condition: "$TRAVIS_OS_NAME = linux" diff --git a/snap.login.enc b/snap.login.enc index 8eea5a85..473bdfe3 100644 Binary files a/snap.login.enc and b/snap.login.enc differ