-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
46 lines (38 loc) · 998 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
41
42
43
44
45
46
language: ruby
rvm:
- 2.6.1
sudo: required
dist: xenial
cache: bundler
notifications:
email:
jdk:
- openjdk8
before_install:
- gem install bundler
before_script:
- cp config/redis.yml.sample config/redis.yml
- cp config/fedora.yml.sample config/fedora.yml
- cp config/solr.yml.sample config/solr.yml
- cp config/devise.yml.sample config/devise.yml
- cp config/database.yml.sample config/database.yml
- cp config/blacklight.yml.sample config/blacklight.yml
- cp config/secrets.yml.sample config/secrets.yml
- cp config/ldap.yml.sample config/ldap.yml
- cp config/java.yml.sample config/java.yml
- cp config/tufts.yml.sample config/tufts.yml
- bundle exec sidekiq -d -l /tmp/sidekiq.log
- bundle exec rake db:create
script:
- bundle exec rake db:migrate
- bundle exec rake travis SPEC_OPTS="--tag ~noci"
addons:
chrome: stable
apt:
packages:
- imagemagick
- libreoffice
services:
- redis-server
- mysql