Skip to content

Commit

Permalink
Add Bintray credentials to .travis.yml (close #70)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderdean authored and jbeemster committed Sep 22, 2016
1 parent 179e8c6 commit 12b0577
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
language: go
go:
- 1.4

- 1.4
install:
- export PATH=$PATH:$HOME/gopath/bin
- go get -v -u github.com/kr/godep
- godep get
- godep go build -v ./...

- export PATH=$PATH:$HOME/gopath/bin
- go get -v -u github.com/kr/godep
- godep get
- godep go build -v ./...
before_script:
- ./integration/setup_travis.sh

- ./integration/setup_travis.sh
script:
- godep go test -i ./...
- godep go test ./...
- test -z "$(go fmt ./...)"
- godep go build -v
- ./integration/run_tests.sh

- godep go test -i ./...
- godep go test ./...
- test -z "$(go fmt ./...)"
- godep go build -v
- ./integration/run_tests.sh
addons:
postgresql: "9.3"
postgresql: '9.3'
env:
global:
- secure: eP2CEhjE6YEgajudRcW6Lsyy92IxAB1KS5Cw0p/defwpouSuZS4NF8+YjcUhfI9sbkobL6KGaL12CYqLWToepQpiDHJ1eRaH+/8HQ+kgqwLxmHptVlqEXhkQPVJL04MvxZqeXocuOluGlWHOHMdlmDTA7eI/tKJtyykIRKyXFAc=
- secure: TP/mMjN910q8M/tknHkPxdYfKl25eQqdSscfTlQlnBxJpQgrgX25WgK1XuNI+IUTTmn1cM/eVRyKvUWflxqzwSUhgWO7s1EcN18WYU7Xl+RkWaoOMjqzV3q5l4M8rDK8LiBM/xrcz/rQMTZnWYm/tJ6+tjTQiuAezZh3bwuMvAo=

0 comments on commit 12b0577

Please # to comment.