1
0
mirror of https://github.com/dkhamsing/open-source-ios-apps.git synced 2025-01-29 09:49:50 +01:00

18 lines
423 B
YAML
Raw Normal View History

machine:
ruby:
version: 2.2.0
test:
pre:
2016-05-10 23:34:01 -06:00
- sudo pip install json-spec
override:
2016-08-09 07:53:31 -07:00
- json validate --schema-file=.github/schema.json --document-file=contents.json
- ruby .github/osia_validate_categories.rb
2016-05-11 07:47:02 -07:00
deployment:
master:
branch: master
commands:
2016-05-16 10:29:04 -07:00
- ruby .github/osia_convert.rb
2016-05-11 11:51:10 -07:00
- ./.github/deploy.sh
2016-08-15 12:35:44 -07:00
- gem install delete_my_tweets
- ruby .github/osia_tweet_clean.rb