.travis.yml in autowow-0.9.0 vs .travis.yml in autowow-0.9.1

- old
+ new

@@ -1,11 +1,11 @@ -sudo: false -language: ruby -rvm: - - 2.4.1 -before_install: - - gem install bundler -v 1.15.3 - # To have access to the whole repo - - git config remote.origin.fetch +refs/heads/*:refs/remotes/origin/* - - git fetch --unshallow --tags - # To no longer be in a detached HEAD state - - git symbolic-ref --short HEAD || git checkout -b ${TRAVIS_BRANCH}-test $TRAVIS_BRANCH +sudo: false +language: ruby +rvm: + - 2.4.1 +before_install: + - gem install bundler -v 1.15.3 + # To have access to the whole repo + - git config remote.origin.fetch +refs/heads/*:refs/remotes/origin/* + - git fetch --unshallow --tags + # To no longer be in a detached HEAD state + - git symbolic-ref --short HEAD || git checkout -b ${TRAVIS_BRANCH}-test $TRAVIS_BRANCH