Skip to content

Commit fb999d1

Browse files
ci: remove ci configuration warnings (#356)
1 parent 6cc878a commit fb999d1

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1-
sudo: false
21
language: ruby
2+
33
before_install:
44
- gem install bundler -v '1.17.3'
5+
56
rvm:
67
- 2.3.4
8+
79
script:
810
- RAILS_ENV=test bundle exec rake test
911
- RAILS_ENV=test bundle exec rake db:migrate && bundle exec rspec --color --format doc

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+
### Changed
5+
- Technical - Patch CI configuration warnings.
46

57
## RELEASE 5.1.1 - 2020-04-20
68
### Fixed

0 commit comments

Comments
 (0)