mirror of
https://github.com/michaelachrisco/Electronic-Interchange-Github-Resources
synced 2024-11-01 00:13:19 -07:00
parent
635482bd28
commit
1a7a63f5c2
2 changed files with 9 additions and 4 deletions
9
.circleci/config.yml
Normal file
9
.circleci/config.yml
Normal 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
|
|
@ -1,4 +0,0 @@
|
||||||
language: ruby
|
|
||||||
rvm: 2.4.1
|
|
||||||
before_script: gem install awesome_bot
|
|
||||||
script: awesome_bot --allow-redirect README.md
|
|
Loading…
Reference in a new issue