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 6cc878a commit fb999d1Copy full SHA for fb999d1
.travis.yml
@@ -1,9 +1,11 @@
1
-sudo: false
2
language: ruby
+
3
before_install:
4
- gem install bundler -v '1.17.3'
5
6
rvm:
7
- 2.3.4
8
9
script:
10
- RAILS_ENV=test bundle exec rake test
11
- RAILS_ENV=test bundle exec rake db:migrate && bundle exec rspec --color --format doc
CHANGELOG.md
@@ -1,6 +1,8 @@
# Change Log
## [Unreleased]
+### Changed
+- Technical - Patch CI configuration warnings.
## RELEASE 5.1.1 - 2020-04-20
### Fixed
0 commit comments