Skip to content

Commit 08ba7ec

Browse files
committed
Update CI.
1 parent fdae248 commit 08ba7ec

2 files changed

Lines changed: 2 additions & 25 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
env:
1717
CI: true
1818
VIRTUOSO_INTEGRATION_TESTS: true
19+
ALLOW_FAILURES: ${{ endsWith(matrix.ruby, 'head') }}
1920
strategy:
2021
fail-fast: false
2122
matrix:
@@ -50,5 +51,5 @@ jobs:
5051
with:
5152
time: '3s'
5253
- name: Run tests
53-
run: bundle exec rspec spec
54+
run: ruby --version; bundle exec rspec spec || $ALLOW_FAILURES
5455

.travis.yml

Lines changed: 0 additions & 24 deletions
This file was deleted.

0 commit comments

Comments
 (0)