Make CI no-op

This commit is contained in:
Benjamin Fleischer 2017-10-19 10:07:41 -05:00
parent 68720cef4d
commit 89cbb28cfa
2 changed files with 21 additions and 0 deletions

10
.travis.yml Normal file
View File

@ -0,0 +1,10 @@
language: ruby
sudo: false
cache:
directories:
- vendor/bundle
script:
- true

11
appveyor.yml Normal file
View File

@ -0,0 +1,11 @@
version: 1.0.{build}-{branch}
skip_tags: true
cache:
- vendor/bundle
test_script:
- true
build: off