.travis.yml in fulmar-1.10.1 vs .travis.yml in fulmar-2.0.0

- old
+ new

@@ -1,11 +1,18 @@ language: ruby rvm: - - 2.0 - - 2.1 - - 2.2 + - 2.2.2 + - 2.3.1 + - 2.4.0 - ruby-head -before_install: gem install bundler -v 1.10.6 matrix: fast_finish: true allow_failures: - rvm: ruby-head + +before_script: + - bundle update + +script: + - git config --global user.email "you@example.com" + - git config --global user.name "Whatever Name" + - bundle exec rspec spec