mirror of
https://github.com/ditkrg/active_model_serializers.git
synced 2026-01-23 06:16:50 +00:00
Make CI no-op
This commit is contained in:
parent
68720cef4d
commit
89cbb28cfa
10
.travis.yml
Normal file
10
.travis.yml
Normal file
@ -0,0 +1,10 @@
|
||||
language: ruby
|
||||
|
||||
sudo: false
|
||||
|
||||
cache:
|
||||
directories:
|
||||
- vendor/bundle
|
||||
|
||||
script:
|
||||
- true
|
||||
11
appveyor.yml
Normal file
11
appveyor.yml
Normal file
@ -0,0 +1,11 @@
|
||||
version: 1.0.{build}-{branch}
|
||||
|
||||
skip_tags: true
|
||||
|
||||
cache:
|
||||
- vendor/bundle
|
||||
|
||||
test_script:
|
||||
- true
|
||||
|
||||
build: off
|
||||
Loading…
Reference in New Issue
Block a user