Skip to content

Commit 4e5c49a

Browse files
author
Aaron Schlesinger
committed
fix(.travis.yml): modify travis.yml file to be client-specific
1 parent d57fd94 commit 4e5c49a

1 file changed

Lines changed: 8 additions & 31 deletions

File tree

.travis.yml

Lines changed: 8 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,25 @@
1-
language: go
2-
go:
3-
- 1.5.1
4-
env:
5-
- GO15VENDOREXPERIMENT=1
1+
language: generic
62
branches:
73
only:
84
- master
5+
env:
6+
DEV_REGISTRY=quay.io
97
cache:
108
directories:
11-
- $HOME/.cache/pip
12-
- $GOPATH/src/github.com/deis/workflow/vendor
13-
- $HOME/venv
9+
- vendor
1410
services:
1511
- docker
16-
- postgresql
1712
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
2813
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
14+
- make bootstrap
3215
script:
33-
- make test
34-
- make -C client/ bootstrap build test dist prep-bintray-json
16+
- make build test dist prep-bintray-json
3517
deploy:
36-
- provider: script
18+
- provider: bintray
3719
# ensure client/doc builds aren't removed
3820
# see https://docs.travis-ci.com/user/deployment/#Uploading-Files
3921
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
22+
file: _scripts/ci/bintray-ci.json
4623
user: deis-admin
4724
key:
4825
secure: "JVCyPvXZIabZBhWgZ2wX4UDoTpIAjVnp+Ox6cXywYbACzKZSTz6G1kFcItzpUiEygUtye1213Zb+2050jq3BK7wohy5lcZCDJgrhyw6RxTRWIQQ5o+pS+O/AOYCSbpPn2E5goNutAhlOVsf2TlXkt4wz0jl5qOaecm0QXoiXBPUH5H1a3ifnCylybVG2jc2Kj/9S5uMGDQqocrPTXedZo9E/Es61MbKttlJGfcIrjbS71J8QZvDTcTSjzGT5CVdQulzkLNmFI5y31XwBE9XC6ro/Can10bIvy6yzYSWraUBTXVLWY2mPrPSlohOqNiYg2goQFQ2KwAGe6mVbq3UqOrYqNLXDdpSnCsRkx2KBw+ifET+0neq1NI3v5oSjKZ+p2zKCWQoOxahU40Eg+hA12oN17yHglaj2PGLuxYicDc+BQEGcGdBHAPJNXALd+rSDCdq5Gnd9HsCQE2Tyc+YK2bKvfpgcQNLS7gtiIxoRLZ1/qRBq3SB3IyQik7jjPe9Y0Meqnmdk8PeXM113/MSGdqZtVfyaOcT8SPgN22dhV42fs/BQtplTT3Hcs3yhmDwtl1w1udynerHcWx0PqZFn3h95SozJFPi8UdsbZog5V/CY/OAFs3K4bm3ay4Re1r2vTFCRuukp6UwtT5QR4kjsKWrLkewFbjId2FazJA8kMc4="

0 commit comments

Comments
 (0)