Make .travis.yml a bit more readable.

This commit is contained in:
Jordon Bedwell 2016-01-10 11:02:47 -06:00
parent 88b970f5dc
commit dc6858504a
1 changed files with 24 additions and 19 deletions

View File

@ -1,41 +1,46 @@
language: ruby
cache: bundler cache: bundler
script: script/cibuild
before_script: bundle update
language: ruby
sudo: false sudo: false
rvm: rvm:
- 2.2 - 2.2
- 2.1 - 2.1
- 2.0 - 2.0
- ruby-head
- jruby-9.0.3.0 - jruby-9.0.3.0
- ruby-head
matrix: matrix:
fast_finish: true fast_finish: true
allow_failures: allow_failures:
- rvm: jruby-9.0.3.0
- rvm: ruby-head - rvm: ruby-head
- rvm: jruby-9.0.3.0
exclude: exclude:
- rvm: jruby-9.0.3.0 - rvm: jruby-9.0.3.0
env: TEST_SUITE=cucumber env: TEST_SUITE=cucumber
env: env:
matrix: matrix:
- TEST_SUITE=test - TEST_SUITE=test
- TEST_SUITE=cucumber - TEST_SUITE=cucumber
branches: branches:
only: only:
- master - master
before_script: bundle update
script: script/cibuild
notifications: notifications:
irc: irc:
on_success: change template: "%{repository}#%{build_number} (%{branch}) %{message} %{build_url}"
on_failure: change channels: irc.freenode.org#jekyll
channels:
- irc.freenode.org#jekyll
template:
- "%{repository}#%{build_number} (%{branch}) %{message} %{build_url}"
email: email:
recipients: recipients:
- jordon@envygeeks.io - jordon@envygeeks.io
on_success: never
on_failure: always
slack: slack:
secure: dNdKk6nahNURIUbO3ULhA09/vTEQjK0fNbgjVjeYPEvROHgQBP1cIP3AJy8aWs8rl5Yyow4YGEilNRzKPz18AsFptVXofpwyqcBxaCfmHP809NX5PHBaadydveLm+TNVao2XeLXSWu+HUNAYO1AanCUbJSEyJTju347xCBGzESU= secure: "\
dNdKk6nahNURIUbO3ULhA09/vTEQjK0fNbgjVjeYPEvROHgQBP1cIP3AJy8aWs8rl5Yyow4Y\
GEilNRzKPz18AsFptVXofpwyqcBxaCfmHP809NX5PHBaadydveLm+TNVao2XeLXSWu+HUNAY\
O1AanCUbJSEyJTju347xCBGzESU=\
"