Skip to content

Commit

Permalink
Update Travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
Brice Sanchez committed Jan 28, 2016
1 parent 5659400 commit 62121f9
Showing 1 changed file with 7 additions and 18 deletions.
25 changes: 7 additions & 18 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,26 +1,15 @@
language: ruby
before_script:
- "sh -e /etc/init.d/xvfb start"
- "bundle exec rake refinery:testing:dummy_app > /dev/null"
script:
- "DISPLAY=:99.0 bundle exec rspec spec"
notifications:
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="
cache: bundler
bundler_args: --without development
before_script: "bin/rake refinery:testing:dummy_app"
env:
- DB=postgresql
- DB=mysql
notifications:
webhooks:
- https://webhooks.gitter.im/e/b5d48907cdc89864b874
rvm:
- 2.2
- 2.1
- 2.0.0
- rbx-2
sudo: false

0 comments on commit 62121f9

Please sign in to comment.