Skip to content

Commit

Permalink
Allow 1940 to fail in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
tig-rikjonkmans committed Nov 29, 2018
1 parent 9a39726 commit c968ed6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ matrix:

allow_failures:
- php: nightly
# Allowed to fail since the 1.9.4.0 is not available yet in the magerun magento mirror.
- php: 7.2
env: MAGENTO_VERSION=magento-mirror-1.9.4.0

before_script:
- composer config -a -g http-basic.repo.magento.com $COMPOSER_MAGENTO_USERNAME $COMPOSER_MAGENTO_PASSWORD
Expand Down

0 comments on commit c968ed6

Please sign in to comment.