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 49cbff7 commit e910a38Copy full SHA for e910a38
.travis.yml
@@ -1,7 +1,7 @@
1
sudo: false
2
language: ruby
3
before_install:
4
- - gem update bundler
+ - gem install bundler -v '1.17.3'
5
rvm:
6
- 2.3.4
7
script:
CHANGELOG.md
@@ -1,6 +1,8 @@
# Change Log
## [Unreleased]
+### Fixed
+- Technical - Fix CI build.
## RELEASE 4.1.3 - 2019-12-04
8
### Fixed
0 commit comments