Skip to content

Commit

Permalink
Update travis.yml to run e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mattallan committed Jul 14, 2020
1 parent 93a689a commit 0df7cc1
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,38 @@
language: php
os: linux
dist: xenial
sudo: false

notifications:
email: false

services:
- docker

php:
- 7.0

matrix:
fast_finish: true
include:
- name: "Coding standard check"
- name: "E2E tests"
script:
- npm install jest --global
- npm run docker:up
- npm run test:e2e
after_script:
- npm run docker:down

branches:
only:
- master

before_install:
- nvm install lts/erbium
- nvm install 10

install:
- npm install
- composer install

script:
Expand Down

0 comments on commit 0df7cc1

Please sign in to comment.