Skip to content

Commit

Permalink
Merge pull request #1461 from nageshlop/master
Browse files Browse the repository at this point in the history
Update .travis.yml
  • Loading branch information
nbulaj authored Dec 16, 2020
2 parents b95bd02 + 58d5eab commit 4c1a571
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
language: ruby
cache: bundler

arch:
- amd64
- ppc64le

rvm:
- 2.5
- 2.6
Expand All @@ -21,6 +24,14 @@ matrix:
- rvm: 2.5
gemfile: gemfiles/rails_5_2.gemfile
script: bundle exec danger
- rvm: 2.5
arch: ppc64le
gemfile: gemfiles/rails_5_2.gemfile
script: bundle exec danger
allow_failures:
- gemfile: gemfiles/rails_master.gemfile
- rvm: ruby-head
- gemfile: gemfiles/rails_master.gemfile
arch: ppc64le
- rvm: ruby-head
arch: ppc64le

0 comments on commit 4c1a571

Please sign in to comment.