Skip to content

Commit edd7cd9

Browse files
committed
Run integration tests on 2.4-develop branch, allow failures
1 parent f564e91 commit edd7cd9

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

.travis.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,21 @@ jobs:
2525
- MAGENTO_VERSION=2.4
2626
- TEST_SUITE=integration
2727
- COVERAGE=true
28+
- php: 7.4
29+
env:
30+
- MAGENTO_VERSION=2.4-develop
31+
- TEST_SUITE=integration
2832
- php: 7.4
2933
env:
3034
- MAGENTO_VERSION=2.4
3135
- TEST_SUITE=unit
3236
- COVERAGE=true
37+
allow_failures:
38+
- php: 7.4
39+
env:
40+
- MAGENTO_VERSION=2.4-develop
41+
- TEST_SUITE=integration
42+
3343
env:
3444
global:
3545
- COMPOSER_BIN_DIR=~/bin

.travis/before_script.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22

3-
set -e
3+
set -ex
44
trap '>&2 echo Error: Command \`$BASH_COMMAND\` on line $LINENO failed with exit code $?' ERR
55

66
# mock mail

0 commit comments

Comments
 (0)