Skip to content

Commit 3d5345b

Browse files
committed
Merge pull request #2 from arschles/travis-yml
fix(.travis.yml): modify travis.yml file to be client-specific
2 parents d57fd94 + 3c52ee0 commit 3d5345b

5 files changed

Lines changed: 6 additions & 271 deletions

File tree

.travis.yml

Lines changed: 6 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,23 @@
1-
language: go
2-
go:
3-
- 1.5.1
4-
env:
5-
- GO15VENDOREXPERIMENT=1
1+
language: generic
62
branches:
73
only:
84
- master
95
cache:
106
directories:
11-
- $HOME/.cache/pip
12-
- $GOPATH/src/github.com/deis/workflow/vendor
13-
- $HOME/venv
7+
- vendor
148
services:
159
- docker
16-
- postgresql
1710
sudo: required
18-
addons:
19-
postgresql: "9.3"
20-
before_install:
21-
- go get github.com/golang/lint/golint
22-
- wget "http://ftp.debian.org/debian/pool/main/s/shellcheck/shellcheck_0.3.7-5_amd64.deb"
23-
- sudo dpkg -i shellcheck_0.3.7-5_amd64.deb
24-
- sudo pip install virtualenv
25-
- virtualenv -p python3.5 $HOME/venv
26-
- source $HOME/venv/bin/activate
27-
- createdb -U postgres deis
2811
install:
29-
- pip install -r rootfs/requirements.txt
30-
- pip install -r rootfs/dev_requirements.txt
31-
- GLIDE_HOME=/home/travis/.glide make -C client bootstrap
12+
- make bootstrap
3213
script:
33-
- make test
34-
- make -C client/ bootstrap build test dist prep-bintray-json
14+
- make build test dist prep-bintray-json
3515
deploy:
36-
- provider: script
16+
- provider: bintray
3717
# ensure client/doc builds aren't removed
3818
# see https://docs.travis-ci.com/user/deployment/#Uploading-Files
3919
skip_cleanup: true
40-
script: _scripts/deploy.sh
41-
on:
42-
branch: master
43-
- provider: bintray
44-
skip_cleanup: true
45-
file: client/_scripts/ci/bintray-ci.json
20+
file: _scripts/ci/bintray-ci.json
4621
user: deis-admin
4722
key:
4823
secure: "JVCyPvXZIabZBhWgZ2wX4UDoTpIAjVnp+Ox6cXywYbACzKZSTz6G1kFcItzpUiEygUtye1213Zb+2050jq3BK7wohy5lcZCDJgrhyw6RxTRWIQQ5o+pS+O/AOYCSbpPn2E5goNutAhlOVsf2TlXkt4wz0jl5qOaecm0QXoiXBPUH5H1a3ifnCylybVG2jc2Kj/9S5uMGDQqocrPTXedZo9E/Es61MbKttlJGfcIrjbS71J8QZvDTcTSjzGT5CVdQulzkLNmFI5y31XwBE9XC6ro/Can10bIvy6yzYSWraUBTXVLWY2mPrPSlohOqNiYg2goQFQ2KwAGe6mVbq3UqOrYqNLXDdpSnCsRkx2KBw+ifET+0neq1NI3v5oSjKZ+p2zKCWQoOxahU40Eg+hA12oN17yHglaj2PGLuxYicDc+BQEGcGdBHAPJNXALd+rSDCdq5Gnd9HsCQE2Tyc+YK2bKvfpgcQNLS7gtiIxoRLZ1/qRBq3SB3IyQik7jjPe9Y0Meqnmdk8PeXM113/MSGdqZtVfyaOcT8SPgN22dhV42fs/BQtplTT3Hcs3yhmDwtl1w1udynerHcWx0PqZFn3h95SozJFPi8UdsbZog5V/CY/OAFs3K4bm3ay4Re1r2vTFCRuukp6UwtT5QR4kjsKWrLkewFbjId2FazJA8kMc4="

_scripts/deploy.sh

Lines changed: 0 additions & 12 deletions
This file was deleted.

_scripts/util/commit-msg

Lines changed: 0 additions & 81 deletions
This file was deleted.

_scripts/util/deis-contributions-since

Lines changed: 0 additions & 62 deletions
This file was deleted.

_scripts/util/generate-changelog.sh

Lines changed: 0 additions & 85 deletions
This file was deleted.

0 commit comments

Comments
 (0)