Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/bundler/rubocop-0.74.0
Browse files Browse the repository at this point in the history
  • Loading branch information
digitaltom committed Aug 9, 2019
2 parents 09c2eba + 891c9ed commit 2a4acf4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Expand Up @@ -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'
Expand Down
1 change: 1 addition & 0 deletions 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

Expand Down

0 comments on commit 2a4acf4

Please sign in to comment.