awesome-docker/.travis.yml
Julien Bisconti cf38d3e8b5
Gh actions (#662)
* GitHub Actions
2019-01-25 22:26:52 +01:00

25 lines
554 B
Markdown

# This is a weird way of telling Travis to use the fast container-based test
# runner instead of the slow VM-based runner.
sudo: false
language: node_js
# Only clone the most recent commit.
git:
depth: 1
# keep cache of the deps
cache:
directories:
- "node_modules"
before_install:
- rvm install 2.2
before_script:
- gem install awesome_bot
script:
- awesome_bot README.md --white-list edit/master,sindresorhus/awesome,www.udacity.com,screwdriver.cd,veggiemonk/awesome-docker,vimeo.com,cycle.io
- node buildMetadata.js && ./push.sh