.travis.yml in kite-1.0.2 vs .travis.yml in kite-1.0.4
- old
+ new
@@ -1,7 +1,16 @@
-sudo: false
+dist: trusty
+
+sudo: required
+
language: ruby
-rvm:
- - 2.4.0
+
+cache: bundler
+
+
before_install: gem install bundler -v 1.14.6
+
env:
COVERAGE: true
+
+# Execute all of the commands which need to be executed after the build passed.
+after_success: ruby ci/bump.rb