Skip to content
This repository has been archived by the owner on May 10, 2022. It is now read-only.

Commit

Permalink
fix travis
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrostami committed Apr 8, 2020
1 parent 259fbaf commit 97e4abe
Showing 1 changed file with 1 addition and 23 deletions.
24 changes: 1 addition & 23 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,27 +1,5 @@
nguage: go
language: go

# addons:
# apt:
# packages:
# # needed only if you use the snap pipe:
# - snapcraft

# needed for the docker pipe
# services:
# - docker

# after_success:
# docker login is required if you want to push docker images.
# DOCKER_PASSWORD should be a secret in your .travis.yml configuration.
# - test -n "$TRAVIS_TAG" && docker login -u=myuser -p="$DOCKER_PASSWORD"
# snapcraft login is required if you want to push snapcraft packages to the
# store.
# You'll need to run `snapcraft export-login snap.login` and
# `travis encrypt-file snap.login --add` to add the key to the travis
# environment.
# - test -n "$TRAVIS_TAG" && snapcraft login --with snap.login

# calls goreleaser
deploy:
- provider: script
skip_cleanup: true
Expand Down

0 comments on commit 97e4abe

Please sign in to comment.