Skip to content

Commit

Permalink
ci: Run end-to-end tests (#323)
Browse files Browse the repository at this point in the history
Add a travis job that runs the added end-to-end tests
  • Loading branch information
Cawllec authored and kattrali committed Oct 26, 2018
1 parent 739ee04 commit 328945a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,17 @@ matrix:
env:
- GUZZLE_VERSION=^6.0
- LARAVEL_VERSION=5.1.*
- addons:
apt:
packages:
- docker-ce
sudo: required
sevices:
- docker
rvm: 2.4.1
before_install: ruby --version
install: bundle install
script: bundle exec bugsnag-maze-runner -c

before_install:
- if [[ $TRAVIS_PHP_VERSION =~ ^hhvm ]]; then echo 'hhvm.jit = false' >> /etc/hhvm/php.ini ; fi
Expand Down

0 comments on commit 328945a

Please sign in to comment.