mirror of
https://github.com/dkam/paapi.git
synced 2025-12-27 22:54:52 +00:00
8 lines
106 B
YAML
8 lines
106 B
YAML
---
|
|
sudo: false
|
|
language: ruby
|
|
cache: bundler
|
|
rvm:
|
|
- 2.6.3
|
|
before_install: gem install bundler -v 2.0.2
|