Mirror of Awesome Self Hosted
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
455 B

8 years ago
8 years ago
8 years ago
8 years ago
  1. language: node_js
  2. node_js:
  3. - "node"
  4. cache:
  5. npm: false
  6. before_install:
  7. - rvm install 2.6.2
  8. - gem install awesome_bot
  9. - sudo apt update && sudo apt install python3-pip python3-setuptools
  10. - cd tests && npm install chalk && cd ..
  11. script:
  12. - 'if [[ "$TRAVIS_BRANCH" == "master" && "$TRAVIS_EVENT_TYPE" == "cron" ]]; then make check_all; fi'
  13. - 'if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then make check_pr; fi'
  14. notifications:
  15. email: false