mirror of
https://github.com/sobolevn/awesome-cryptography.git
synced 2024-10-01 11:49:56 -04:00
06c343b141
Also prettified all the current resources. Travis support encluded.
13 lines
175 B
YAML
13 lines
175 B
YAML
language: node_js
|
|
node_js:
|
|
- '5.0'
|
|
sudo: false
|
|
|
|
install:
|
|
- gem install awesome_bot
|
|
- npm install
|
|
|
|
script:
|
|
- awesome_bot -f README.md -t 10 --allow-redirect
|
|
- node test
|