Skip to content

Commit

Permalink
MAGETWO-69373: Customer with unique attribute can't be saved #7844 #9712
Browse files Browse the repository at this point in the history


 - Merge Pull Request #9712 from teamneusta/magento2:issue-7844
  • Loading branch information
ishakhsuvarov committed May 29, 2017
2 parents 34b0747 + 9e25d8c commit 296b43b
Show file tree
Hide file tree
Showing 148 changed files with 33,344 additions and 29,490 deletions.
11 changes: 7 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ env:
- TEST_SUITE=integration INTEGRATION_INDEX=3
- TEST_SUITE=static
- TEST_SUITE=js
matrix:
exclude:
- php: 7.0
env: TEST_SUITE=static
- php: 7.0
env: TEST_SUITE=js
cache:
apt: true
directories:
Expand All @@ -33,7 +39,4 @@ cache:
before_install: ./dev/travis/before_install.sh
install: composer install --no-interaction --prefer-dist
before_script: ./dev/travis/before_script.sh
script:
- test $TEST_SUITE = "static" && TEST_FILTER='--filter "Magento\\Test\\Php\\LiveCodeTest"' || true
- if [ $TEST_SUITE != "js" ]; then phpunit -c dev/tests/$TEST_SUITE $TEST_FILTER; fi
- if [ $TEST_SUITE == "js" ]; then grunt spec; fi
script: ./dev/travis/script.sh
Loading

0 comments on commit 296b43b

Please sign in to comment.