.travis.yml
#
# This file is part of the brauser gem. Copyright (C) 2013 and above Shogun <shogun@cowtech.it>.
# Licensed under the MIT license, which can be found at https://choosealicense.com/licenses/mit.
#
language: ruby
rvm:
- 2.3.0
script: bundle exec rake spec:ci
gemfile: .travis-gemfile
notifications:
email: false