home-assistant.github.io/.travis.yml
Paulus Schoutsen 7d3a472aca Add travis_wait
2017-08-26 10:07:35 -07:00

6 lines
220 B
YAML

language: ruby
sudo: false
cache: bundler
script: travis_wait bundle exec rake generate
after_success:
- '[ "${TRAVIS_BRANCH}" = "current" ] && [ "${TRAVIS_PULL_REQUEST}" = "false" ] && bundle exec rake deploy || false'