mirror of
https://github.com/unixorn/awesome-zsh-plugins
synced 2024-11-19 07:58:06 +00:00
8121d743aa
The check for https://ipfs.io runs fine from my laptop, but not from travis.
7 lines
164 B
YAML
7 lines
164 B
YAML
language: ruby
|
|
rvm:
|
|
- 2.2
|
|
before_script:
|
|
- gem install awesome_bot
|
|
script:
|
|
- awesome_bot README.md --allow-dupe --allow-redirect --white-list https://ipfs.io
|