.travis.yml in textbringer-0.3.1 vs .travis.yml in textbringer-0.3.2

- old
+ new

@@ -32,17 +32,18 @@ allow_failures: - os: osx - rvm: ruby-head fast_finish: true cache: bundler -before_install: gem update --system +before_install: + - gem update --system + - gem install bundler-audit script: - if [ "$TRAVIS_OS_NAME" == "linux" ]; then xvfb-run bundle exec rake test; else bundle exec rake test; fi - - bundle exec bundle-audit check --update env: global: UPLOAD_TO_CODECOV: 1 notifications: email: