-
-
Notifications
You must be signed in to change notification settings - Fork 285
Expand file tree
/
Copy path.travis.yml
More file actions
34 lines (26 loc) · 641 Bytes
/
.travis.yml
File metadata and controls
34 lines (26 loc) · 641 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
language: ruby
arch:
- amd64
- arm64
rvm:
- 2.4
- 2.7
- 3.1.2
os:
- linux
# since there is no docker support due to license issues under OSX, running there does not make any sense
# - osx
services: docker
jobs:
exclude:
# does not work - rvm cannot install ruby 3.x under arm64 (not investigated further)
- rvm: 3.1.2
arch: arm64
# ruby 3 somehow cannot be installed on osx either
- rvm: 3.1.2
os: osx
before_install:
- gem install bundler:2.2.15
- docker pull ghcr.io/eugenmayer/unison:2.52.1-4.12.0
- docker pull eugenmayer/rsync
script: bundle exec rspec --format=documentation