1
0
mirror of https://github.com/bumi/openalias-ruby synced 2025-06-16 06:58:13 +00:00
openalias-ruby/.travis.yml
bumi d3f471792b Openalias ruby wrapper
Openalias.org is great! There is openalias.rs (written in Rust) to
lookup and parse OpenAlias data.
This is a ruby wrapper around that rust library.

I don't know what I am doing so use at your own risk..and with care.
2018-11-01 02:08:35 +01:00

6 lines
88 B
YAML

sudo: false
language: ruby
rvm:
- 2.4.1
before_install: gem install bundler -v 1.15.4