[ci] update

This commit is contained in:
dkhamsing 2016-05-11 11:06:57 -07:00
parent 47d56bddf4
commit 3333cc8731
4 changed files with 3 additions and 3 deletions

View File

View File

View File

View File

@ -7,7 +7,7 @@ test:
- sudo pip install json-spec
override:
- awesome_bot contents.json --white-list developer.apple
- json validate --schema-file=schema.json --document-file=contents.json
- json validate --schema-file=.github/schema.json --document-file=contents.json
general:
artifacts:
- "ab-results.json"
@ -15,5 +15,5 @@ deployment:
master:
branch: master
commands:
- ruby convert.rb
- ./deploy.sh
- ruby .github/convert.rb
- ./github/deploy.sh