encrypting the channel setting Courtesy of https://github.com/mozilla/build-tools/commit/c13a297
35 lines
795 B
YAML
35 lines
795 B
YAML
language: ruby
|
|
|
|
rvm:
|
|
- 2.1
|
|
- 2.0
|
|
|
|
env:
|
|
- DB=postgres BUILD_TYPE=other
|
|
- DB=mysql BUILD_TYPE=other
|
|
- DB=postgres BUILD_TYPE=cucumber
|
|
- DB=mysql BUILD_TYPE=cucumber
|
|
|
|
sudo: false
|
|
cache:
|
|
bundler: true
|
|
directories:
|
|
- app/assets/images
|
|
|
|
branches:
|
|
only:
|
|
- 'master'
|
|
- 'stable'
|
|
- 'develop'
|
|
|
|
before_install: gem install bundler
|
|
bundler_args: "--without development production heroku --jobs 3 --retry 3"
|
|
|
|
script: "./script/ci/build.sh"
|
|
|
|
notifications:
|
|
irc:
|
|
channels:
|
|
- secure: YvYkeTAw+5oOl/RaXVwu7JkKGNWPoFosNQRmLvJkBFbWzZ1s5LZD1u3+Qj819bT3lGzJu9pxmJg765IRYrGWmBi4mcAV3dpO6qowVdFTcorf0JsnLw3Kvkga9rrDunsRNr21KTAQqHOO5mKUzw9DtMzd52BiWuZwIj3xcl72gQI=
|
|
template:
|
|
- "%{repository_slug}#%{commit} (%{branch} - %{commit_subject}): %{message} %{build_url}"
|