mirror of
https://github.com/dkhamsing/open-source-ios-apps.git
synced 2024-12-23 14:57:59 +01:00
[ci] use circle ci instead of travis ci
This commit is contained in:
parent
a1df5437ca
commit
2f95d0e508
@ -1,7 +0,0 @@
|
||||
language: ruby
|
||||
rvm:
|
||||
- 2.2
|
||||
before_script:
|
||||
- gem install awesome_bot
|
||||
script:
|
||||
- awesome_bot README.md
|
11
circle.yml
Normal file
11
circle.yml
Normal file
@ -0,0 +1,11 @@
|
||||
machine:
|
||||
ruby:
|
||||
version: 2.2.0
|
||||
test:
|
||||
pre:
|
||||
- gem install awesome_bot
|
||||
override:
|
||||
- awesome_bot README.md
|
||||
general:
|
||||
artifacts:
|
||||
- "results.json"
|
Loading…
Reference in New Issue
Block a user