1
0
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:
dkhamsing 2016-05-02 08:01:36 -07:00
parent a1df5437ca
commit 2f95d0e508
2 changed files with 11 additions and 7 deletions

View File

@ -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
View 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"