Skip to content
This repository was archived by the owner on Dec 27, 2023. It is now read-only.

Commit 1ef2161

Browse files
committed
Minor CI fix·
1 parent 0364bf5 commit 1ef2161

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.travis.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,25 @@ matrix:
1111
fast_finish: true
1212
include:
1313
- php: 5.5
14+
env:
15+
- TRADITIONAL_PHP=true
1416
- php: 5.6
1517
env:
18+
- TRADITIONAL_PHP=true
1619
- EXECUTE_DEPLOYMENT=true
1720
- php: 7.0
21+
env:
22+
- TRADITIONAL_PHP=true
1823
- php: hhvm
24+
env:
25+
- TRADITIONAL_PHP=false
1926
allow_failures:
2027
- php: hhvm
2128

2229
before_install:
2330
- openssl aes-256-cbc -K $encrypted_f21abcc37842_key -iv $encrypted_f21abcc37842_iv
2431
-in .travis/secrets.tar.enc -out .travis/secrets.tar -d
25-
- phpenv config-rm xdebug.ini
32+
- if [[ $TRADITIONAL_PHP == 'true' ]]; then phpenv config-rm xdebug.ini ; fi
2633
- travis_retry composer self-update
2734

2835
install:

0 commit comments

Comments
 (0)