Create config.yml (#36)

* Create config.yml

* Delete .travis.yml
This commit is contained in:
michaelachrisco 2019-02-21 13:12:24 -08:00 committed by GitHub
parent 635482bd28
commit 1a7a63f5c2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 4 deletions

9
.circleci/config.yml Normal file
View file

@ -0,0 +1,9 @@
version: 2
jobs:
build:
docker:
- image: circleci/ruby:2.4.2-jessie-node
steps:
- checkout
- run: gem install awesome_bot
- run: awesome_bot --allow-redirect README.md

View file

@ -1,4 +0,0 @@
language: ruby
rvm: 2.4.1
before_script: gem install awesome_bot
script: awesome_bot --allow-redirect README.md