[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 - sudo pip install json-spec
override: override:
- awesome_bot contents.json --white-list developer.apple - 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: general:
artifacts: artifacts:
- "ab-results.json" - "ab-results.json"
@ -15,5 +15,5 @@ deployment:
master: master:
branch: master branch: master
commands: commands:
- ruby convert.rb - ruby .github/convert.rb
- ./deploy.sh - ./github/deploy.sh