machine: ruby: version: 2.2.0 test: pre: - gem install awesome_bot - sudo pip install json-spec override: - ruby .github/osia_get_links.rb - awesome_bot temp-links -a 403 -w xbmc/xbmc,wheelmap.org - json validate --schema-file=.github/schema.json --document-file=contents.json - ruby .github/osia_validate_categories.rb general: artifacts: - "temp-links" - "ab-results-temp-links.json" deployment: master: branch: master commands: - ruby .github/osia_convert.rb - ./.github/deploy.sh