aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorPhilip Arndt <git@p.arndt.io>2016-05-31 15:03:10 +1200
committerPhilip Arndt <git@p.arndt.io>2016-05-31 15:03:10 +1200
commit8feff5c51669a83a167cf9727f914b2a5e4937e7 (patch)
tree3d196857048582fcb83f1b21a640c14e2508bc72 /.travis.yml
parentdce7da10f8151a9e1ebc3f2cacfb80d207048313 (diff)
parentfeee12b1037904aed72d44d42d8d27841cb6cda4 (diff)
downloadrefinerycms-blog-8feff5c51669a83a167cf9727f914b2a5e4937e7.tar.gz
refinerycms-blog-8feff5c51669a83a167cf9727f914b2a5e4937e7.tar.bz2
refinerycms-blog-8feff5c51669a83a167cf9727f914b2a5e4937e7.zip
Merge pull request #458 from refinery/bugfix/specs
Bugfix/specs
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml27
1 files changed, 7 insertions, 20 deletions
diff --git a/.travis.yml b/.travis.yml
index 1dbb9b9..5b184d2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,29 +1,16 @@
language: ruby
-sudo: false
cache: bundler
bundler_args: --without development
-before_script:
- - "sh -e /etc/init.d/xvfb start"
- - "bundle exec rake refinery:testing:dummy_app"
-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="
- webhooks:
- - https://webhooks.gitter.im/e/b5d48907cdc89864b874
+before_script: "bundle exec rake refinery:testing:dummy_app"
env:
- DB=postgresql
- DB=mysql
+notifications:
+ webhooks:
+ - https://webhooks.gitter.im/e/b5d48907cdc89864b874
rvm:
+ - 2.3.1
- 2.2
- 2.1
+ - 2.0.0
+sudo: false \ No newline at end of file