.travis.yml in bunto-avatar-4.0.0 vs .travis.yml in bunto-avatar-5.0.0

- old
+ new

@@ -1,10 +1,10 @@ -language: ruby -rvm: - - 2.3.0 -sudo: false -cache: bundler -before_script: - - chmod a+x script/bootstrap - - chmod a+x script/cibuild - - gem install bundler -v 1.11.2 -script: script/cibuild +language: ruby +rvm: + - 2.3.0 +sudo: false +cache: bundler +before_script: + - chmod a+x script/bootstrap + - chmod a+x script/cibuild + - gem install bundler -v 1.11.2 +script: script/cibuild