mirror of
https://github.com/xn0px90/awesome-qubes-os.git
synced 2025-01-30 09:43:31 -05:00
update travis yml
This commit is contained in:
parent
58751c471b
commit
0a19daf13a
21
.travis.yml
21
.travis.yml
@ -1,9 +1,20 @@
|
|||||||
language: ruby
|
language: node_js
|
||||||
rvm:
|
|
||||||
- 2.5.3
|
node_js:
|
||||||
before_script:
|
- "node"
|
||||||
|
|
||||||
|
cache:
|
||||||
|
npm: false
|
||||||
|
|
||||||
|
before_install:
|
||||||
|
- rvm install 2.6.2
|
||||||
- gem install awesome_bot
|
- gem install awesome_bot
|
||||||
|
- sudo apt update && sudo apt install python3-pip python3-setuptools
|
||||||
|
- cd tests && npm install chalk && cd ..
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- awesome_bot README.md --allow-dupe --allow-redirect
|
- 'if [[ "$TRAVIS_BRANCH" == "master" && "$TRAVIS_EVENT_TYPE" == "cron" ]]; then make check_all; fi'
|
||||||
|
- 'if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then make check_pr; fi'
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
email: xn0px90@gmail.com
|
email: xn0px90@gmail.com
|
||||||
|
Loading…
x
Reference in New Issue
Block a user