.travis.yml in danno_scrabble-0.0.4 vs .travis.yml in danno_scrabble-0.0.5

- old
+ new

@@ -4,13 +4,13 @@ rvm: - 2.2.3 - 2.2.0 install: - - "travis_retry bin/setup" + - bundle script: - - "bundle exec rake" + - bundle exec rake branches: only: - master