-
Notifications
You must be signed in to change notification settings - Fork 161
Expand file tree
/
Copy path.travis.yml
More file actions
40 lines (32 loc) · 769 Bytes
/
.travis.yml
File metadata and controls
40 lines (32 loc) · 769 Bytes
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
group: edge
import:
- travis-ci/build-configs:db-setup.yml
rvm: 3.2.2
script: "bundle exec rake knapsack:rspec"
env:
global:
- PATH=/snap/bin:$PATH
- RUBY_GC_MALLOC_LIMIT=90000000
- RUBY_GC_HEAP_FREE_SLOTS=200000
- CI_NODE_TOTAL=3
matrix:
- CI_NODE_INDEX=0
- CI_NODE_INDEX=1
- CI_NODE_INDEX=2
services:
- redis-server
before_install:
- 'gem install rubygems-update -v 3.4.22'
- 'gem update --system'
jobs:
include:
- stage: ":ship: it to Quay.io"
addons:
- snaps:
- name: docker
channel: latest/stable
install: echo skip
before_script: echo skip
script: make ship
if: commit_message =~ /ship:docker/ OR env(SHIP_DOCKER) = true or branch = master