1
mirror of https://github.com/public-apis/public-apis synced 2024-12-12 06:43:55 +01:00
public-apis/.travis.yml

16 lines
214 B
YAML
Raw Normal View History

language: node_js
notifications:
email: false
before_install:
- rvm install 2.4.0
install:
- gem install awesome_bot
2017-06-29 18:25:56 +02:00
before_script:
2017-07-10 07:05:15 +02:00
- cd build
script:
2017-07-10 07:05:15 +02:00
- main.sh
after_success:
2017-07-10 07:05:15 +02:00
- build.sh
- deploy.sh