Skip to content

Commit 05785ff

Browse files
authored
Fix CI again caused by Bundler v2 (#120)
* Remove broken bundler uninstall from CI * Only build direct pushes to master branch This makes CI only run builds for pull requests, not pushes
1 parent c7b6907 commit 05785ff

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
language: ruby
2+
branches:
3+
only:
4+
- master
25
rvm:
36
- 2.3
47
gemfile:
@@ -11,7 +14,6 @@ gemfile:
1114
- gemfiles/rails_5_1_pundit_2.gemfile
1215
- gemfiles/rails_5_2_pundit_2.gemfile
1316
before_install:
14-
- rvm @global do gem uninstall bundler -a -x
1517
- gem install bundler -v '< 2'
1618
notifications:
1719
email: false

0 commit comments

Comments
 (0)