Skip to content

Commit

Permalink
Update the travis configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbellone committed Jul 5, 2014
1 parent 7cb86f4 commit d2c43b2
Showing 1 changed file with 17 additions and 4 deletions.
21 changes: 17 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,22 @@
---
language: ruby
script: bin/rspec
rvm:
- 1.9.3
- 2.0.0
- 2.1
before_script:
- bin/berks install
script:
- bin/rspec spec
branches:
only:
- master
builder_args: --jobs 7
notifications:
irc:
channels:
- 'chat.freenode.net#bloomberg'
use_notice: true
skip_join: true
template:
- "%{message} (%{author}): %{build_url}"
matrix:
fast_finish: true

0 comments on commit d2c43b2

Please sign in to comment.