We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 211ebd4 commit ebf55e4Copy full SHA for ebf55e4
.travis.yml
@@ -17,6 +17,8 @@ bundler_args: --without development --jobs 3 --retry 3 --deployment
17
jobs:
18
include:
19
- stage: "rspec"
20
+ before_install:
21
+ - gem install bundler:1.17.3
22
script: bundle exec rspec spec
23
- stage: ":ship: it"
24
addons:
0 commit comments