.travis.yml in scenic-0.1.0 vs .travis.yml in scenic-0.2.0
- old
+ new
@@ -1,7 +1,9 @@
before_install:
- "echo '--colour' > ~/.rspec"
- "echo 'gem: --no-document' > ~/.gemrc"
+ - git config --global user.name 'Travis CI'
+ - git config --global user.email 'travis-ci@example.com'
before_script:
- pushd spec/dummy && bundle exec rake db:create && popd
branches:
only:
- master