forked from IBM/Kubernetes-container-service-GitLab-sample
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
37 lines (31 loc) · 896 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
---
language: python
python: 2.7
cache: pip
notifications:
webhooks: https://openwhisk.ng.bluemix.net/api/v1/namespaces/Developer%20Advocacy_Cloud%20Developer%20Advocacy/actions/travisreporting-olaph/processbuild
slack:
rooms:
- "$SLACK_ROOM"
on_pull_requests: false
on_success: change
services:
- docker
matrix:
fast_finish: true
before_install:
- sudo apt-get install shellcheck
- sudo pip install yamllint
- git clone https://github.com/IBM/pattern-ci
before_script:
- "./pattern-ci/tests/shellcheck-lint.sh"
- "./pattern-ci/tests/yaml-lint.sh"
jobs:
include:
- script: ./tests/test-docker-compose.sh
- install: ./pattern-ci/scripts/install-minikube.sh
script: ./tests/test-minikube.sh
- install:
- ./pattern-ci/scripts/install-ibmcloud.sh
- ./pattern-ci/scripts/bx-auth.sh
script: ./tests/test-kubernetes.sh