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