mirror of
https://github.com/awesome-selfhosted/awesome-selfhosted.git
synced 2025-06-20 13:58:26 +02:00
Setup travis for the repo
This commit is contained in:
parent
eb80d75ee1
commit
cf24712581
2 changed files with 109 additions and 0 deletions
11
.travis.yml
Normal file
11
.travis.yml
Normal file
|
@ -0,0 +1,11 @@
|
|||
language: node_js
|
||||
|
||||
node_js:
|
||||
- "node"
|
||||
|
||||
before_install:
|
||||
- rvm install 2.2
|
||||
- gem install awesome_bot
|
||||
script:
|
||||
- node test.js
|
||||
- awesome_bot README.md --allow-dupe --allow-redirect
|
Loading…
Add table
Add a link
Reference in a new issue