Skip to content

Commit e910a38

Browse files
DrRaiderarnaudbesnier
authored andcommitted
[*] Technical - Fix CI build (#342)
1 parent 49cbff7 commit e910a38

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
sudo: false
22
language: ruby
33
before_install:
4-
- gem update bundler
4+
- gem install bundler -v '1.17.3'
55
rvm:
66
- 2.3.4
77
script:

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Change Log
22

33
## [Unreleased]
4+
### Fixed
5+
- Technical - Fix CI build.
46

57
## RELEASE 4.1.3 - 2019-12-04
68
### Fixed

0 commit comments

Comments
 (0)