Skip to content

Commit 43b23b2

Browse files
committed
Nest exclude in jobs in travis.yml
1 parent 4bda902 commit 43b23b2

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.travis.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
language: ruby
2-
exclude:
3-
- rvm: 3.0.1
4-
gemfile: gemfiles/rails_5.2.gemfile
2+
jobs:
3+
exclude:
4+
- rvm: 3.0.1
5+
gemfile: gemfiles/rails_5.2.gemfile
56
rvm:
67
- 2.7.3
78
- 3.0.1

0 commit comments

Comments
 (0)