Skip to content

Commit

Permalink
fix travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
lookfirst committed Feb 27, 2018
1 parent 4707fd7 commit ef45e8c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ install:
- dep ensure
stages:
- test
- name: deploy-amd64
if: branch = master
- name: deploy-darwin
- name: deploy
if: branch = master
jobs:
include:
Expand All @@ -20,7 +18,7 @@ jobs:
before_deploy:
- git config --local user.name "lookfirst"
- git config --local user.email "latchkey@gmail.com"
- git tag "$(date '+%Y%m%d-%H%M%S')-$(git log --format=%h -1)"
- git tag "$(date '+%Y%m%d-%H%M%S')-$(git log --format=%h -1)-${TRAVIS_BUILD_NUMBER}"
deploy:
provider: releases
file:
Expand Down

0 comments on commit ef45e8c

Please sign in to comment.