Skip to content

Commit

Permalink
Update travis configuration
Browse files Browse the repository at this point in the history
* Much more descriptive configuration.
  • Loading branch information
parndt committed Dec 5, 2012
1 parent 67691b0 commit 90aedfb
Showing 1 changed file with 23 additions and 7 deletions.
30 changes: 23 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,31 @@
language: ruby
before_install:
- 'if [[ "$TRAVIS_RUBY_VERSION" =~ "jruby" ]] ; then gem update --system ; fi'
before_script:
- "sh -e /etc/init.d/xvfb start"
- "bundle exec rake refinery:testing:dummy_app > /dev/null"
script: "bundle exec rspec ./spec"
script:
- "DISPLAY=:99.0 bundle exec rspec spec"
notifications:
email:
- parndt@gmail.com
- rob@yurkowski.net
email: true
irc:
use_notice: true
skip_join: true
channels:
- "irc.freenode.org#refinerycms"
campfire:
on_success: always
on_failure: always
rooms:
- secure: "JaX+Ckvdd2wqL2bD6t8PHvMDBHxWBlCrkBKPcDKxV0t0DOwzzzwxMryVqcRi\nPsmM/zvmWFATDyRmivhNOpu4lRg9RytSroxZ9nkmbLDqjCyEAZ6tv4yZXME/\nPaxPwmfwgS9g8TKjj3lSWS7rEpqqg0D5S0XIfIHrj6KB6LUmFHc="
env:
- DB=postgresql
- DB=mysql
rvm:
- 1.8.7
- 2.0
- 1.9.3
- rbx
- jruby
- rbx-19mode
- jruby-19mode
- 1.8.7
- rbx-18mode
- jruby-18mode

0 comments on commit 90aedfb

Please sign in to comment.