forked from refinery/refinerycms
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
40 lines (40 loc) · 835 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
language: ruby
dist: bionic
sudo: false
branches:
only:
- master
addons:
postgresql: '10'
services:
- mysql
cache:
bundler: true
directories:
- /home/travis/.webdrivers/
before_install:
- gem update bundler
bundler_args: --without development
before_script:
- export RETRY_COUNT=3
- bin/rake refinery:testing:dummy_app
script:
- bin/rspec $EXTENSION/spec
env:
- DB=postgresql EXTENSION=core
- DB=postgresql EXTENSION=dragonfly
- DB=postgresql EXTENSION=pages
- DB=postgresql EXTENSION=images
- DB=postgresql EXTENSION=resources
- DB=mysql EXTENSION=core
- DB=mysql EXTENSION=dragonfly
- DB=mysql EXTENSION=pages
- DB=mysql EXTENSION=images
- DB=mysql EXTENSION=resources
notifications:
email: true
webhooks:
- https://webhooks.gitter.im/e/b5d48907cdc89864b874
rvm:
- 2.6
- 2.5