aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrice Sanchez <contact@brice-sanchez.com>2016-05-30 22:15:03 -0400
committerBrice Sanchez <contact@brice-sanchez.com>2016-05-30 22:45:40 -0400
commit622bff9534305d096c3a27add59b6609e55d77ae (patch)
tree9586804bf32287a08b3d76812aa45d4fa8f36ff5
parent93b0b2cf6c038fc008aa48977b6c825d7260667a (diff)
downloadrefinerycms-blog-622bff9534305d096c3a27add59b6609e55d77ae.tar.gz
refinerycms-blog-622bff9534305d096c3a27add59b6609e55d77ae.tar.bz2
refinerycms-blog-622bff9534305d096c3a27add59b6609e55d77ae.zip
update travis config
-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