mirror of
https://github.com/dkhamsing/open-source-ios-apps.git
synced 2024-11-27 10:14:59 +03:00
12 lines
299 B
YAML
12 lines
299 B
YAML
language: ruby
|
|
rvm:
|
|
- 2.2
|
|
before_script:
|
|
- wget https://codeload.github.com/dkhamsing/awesome_bot/tar.gz/wip -O /tmp/temp.tar.gz
|
|
- tar -xvf /tmp/temp.tar.gz
|
|
- export PATH=$PATH:$PWD/awesome_bot-wip/bin/
|
|
- cd awesome_bot-wip
|
|
- bundle install
|
|
script:
|
|
- awesome_bot ../README.md --dupe
|