https://github.com/preston/bittorious
Raw File
Tip revision: 5e9468de194684b931d6d9537e93e0290248b4b4 authored by Preston Lee on 31 May 2022, 18:36:28 UTC
Security updates
Tip revision: 5e9468d
.travis.yml
language: ruby
rvm:
  - 3.1.2
cache: bundler
script: cp config/database.travis.yml config/database.yml
sudo: false
back to top