mirror of
https://github.com/sobolevn/awesome-cryptography.git
synced 2026-03-11 07:14:23 +00:00
12 lines
179 B
YAML
12 lines
179 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
|
|
- npm test
|