Skip to content

Commit

Permalink
fixup! Added travis configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Bertrand Dunogier committed Jul 1, 2019
1 parent 398996e commit 6046bef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ matrix:
- name: "Code style"
env:
- TARGET="codestyle"
- name: "Admin-UI tests on Clean P"
- name: "Behat"
env:
- TARGET="behat"
- COMPOSE_FILE="doc/docker/base-dev.yml"
- BEHAT_OPTS="--profile=graphql --suite=graphql"
- BEHAT_OPTS="--mode=behat --profile=graphql --suite=graphql"

install:
- if [ $TARGET == "behat" ]; then ./.travis/prepare_ezplatform.sh ${INSTALL_EZ_INSTALL_TYPE}; fi
Expand Down

0 comments on commit 6046bef

Please sign in to comment.