Skip to content

Commit

Permalink
Removed passwords
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisPhillips-cminion committed May 10, 2017
1 parent 8606fb5 commit becca0e
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
sudo: required

group: bluezone

env:
global:
- org="automated-test"
- cat="sb"
- OCTOKIT_API_ENDPOINT: https://github.ibm.com/api/v3/
matrix:
- policyDir="." policyName="apimockajson" type="json"
- policyDir="." policyName="apimockaxml" type="xml"

language: node_js
node_js:
- "4"

before_install:
- mkdir tmp || true
- mkdir out || true
- chmod 755 ./build.sh

script:
- ./build.sh $policyDir $policyName

0 comments on commit becca0e

Please sign in to comment.