Skip to content

Commit

Permalink
Fixing travis deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
conortm committed Sep 1, 2015
1 parent 9c92ef9 commit 8bcf1bc
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
Expand Up @@ -8,7 +8,8 @@ before_install:
- go get github.com/axw/gocov/gocov
- go get github.com/mattn/goveralls
- if ! go get code.google.com/p/go.tools/cmd/cover; then go get golang.org/x/tools/cmd/cover; fi
install: make install
install:
- make install
script:
- $HOME/gopath/bin/goveralls -service=travis-ci
notifications:
Expand All @@ -18,9 +19,9 @@ deploy:
api_key:
secure: aPoUmzlkPs5L8BHrEowO6PfypK8pe1+MZR8Pf3WWYT6MBmHsL0SCB4FW7TvGkHKFqJX/5M8cD7qCg2sgJS40nO9sk9RiQBEBY76MzXFVnvPRqVy+0PsHxY8TuFLz43gxyUXyz/WKbsFx7o+nuteZctzytTEReHQ21q7fCXGCXbw=
file:
- release/ghkeys-linux-amd64
- release/ghkeys-linux-386
- release/ghkeys-linux-arm
- $TRAVIS_BUILD_DIR/release/ghkeys-linux-amd64
- $TRAVIS_BUILD_DIR/release/ghkeys-linux-386
- $TRAVIS_BUILD_DIR/release/ghkeys-linux-arm
skip_cleanup: true
on:
repo: conortm/ghkeys
Expand Down

0 comments on commit 8bcf1bc

Please sign in to comment.