awesome-docker/.travis.yml
Julien Bisconti 8158e0ecdb Fix build: whitelist cycle.io
Cycle.io returns 403 in travis and throws an error. 
Whitelisting it fixes travis
2018-09-16 20:48:40 +02:00

25 lines
574 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
- TOKEN=$GITHUB_TOKEN node buildMetadata.js && ./push.sh