awesome-qubes-os/.travis.yml

22 lines
465 B
YAML
Raw Normal View History

2022-04-05 08:14:53 +00:00
language: node_js
node_js:
- "node"
cache:
npm: false
before_install:
- rvm install 2.6.2
2021-08-20 23:15:00 +00:00
- gem install awesome_bot
2022-04-05 08:14:53 +00:00
- sudo apt update && sudo apt install python3-pip python3-setuptools
2022-04-05 08:23:00 +00:00
- mkdir tests
2022-04-05 08:14:53 +00:00
- cd tests && npm install chalk && cd ..
2021-08-20 23:15:00 +00:00
script:
2022-04-05 08:14:53 +00:00
- 'if [[ "$TRAVIS_BRANCH" == "master" && "$TRAVIS_EVENT_TYPE" == "cron" ]]; then make check_all; fi'
- 'if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then make check_pr; fi'
2021-08-20 23:15:00 +00:00
notifications:
2022-04-07 05:27:10 +00:00
email: