Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cbb56c2

Browse files
committed
add travis badge
1 parent 411415e commit cbb56c2

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,5 @@ script:
1515
- export BRANCH=$(if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then echo $TRAVIS_BRANCH; else echo `curl -s $PR | jq -r .head.ref`; fi)
1616
# All variables ready - run the test script
1717
# - bash openapi_validation_test.sh
18+
- yamllint --version
1819
- cd docs/openapi; yamllint -c yamllint-config.yml programmable-network.yaml

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
<!-- Title: "Programmble Network API" -->
2+
[![Build Status](https://travis-ci.org/telstra/Programmable-Network-API?branch=master)](https://travis-ci.org/telstra/Programmable-Network-API)
3+
24

35
<table style="border:none;box-shadow:none;padding:0 0 0 0;margin:0">
46
<tr><td style="border:none;padding:0 0 0 0">

0 commit comments

Comments
 (0)