From b652b789cc6c4f9c4aee952adb1a7231cde4e9b7 Mon Sep 17 00:00:00 2001 From: Thomas Schmidt Date: Fri, 9 Aug 2019 18:49:16 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5b8883a..198fda6 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ [![Build Status](https://travis-ci.org/digitaltom/photobooth.png?branch=master)](https://travis-ci.org/digitaltom/photobooth) [![Code Climate](https://codeclimate.com/github/digitaltom/photobooth.png)](https://codeclimate.com/github/digitaltom/photobooth) [![Coverage Status](https://coveralls.io/repos/github/digitaltom/photobooth/badge.svg?branch=master&)](https://coveralls.io/github/digitaltom/photobooth?branch=master) +[![Dependencies](https://badgen.net/dependabot/digitaltom/photobooth/?icon=dependabot)](https://badgen.net/dependabot/digitaltom/photobooth/?icon=dependabot) # Photobooth From 891c9ed5b63abd95e545a780ae220f3ed6842073 Mon Sep 17 00:00:00 2001 From: Thomas Schmidt Date: Fri, 9 Aug 2019 18:53:27 +0200 Subject: [PATCH 2/2] Update .travis.yml --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 617dc24..eeb7c87 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,9 @@ rvm: sudo: required addons: chrome: stable +before_install: + - # start your web application and listen on `localhost` + - google-chrome-stable --headless --disable-gpu --remote-debugging-port=9222 http://localhost & script: - 'bundle exec rspec' - 'bundle exec rubocop -S'