Skip to content

Commit 8614a28

Browse files
committed
skip build-lowest for now
1 parent ae107ea commit 8614a28

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.travis.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,11 @@ branches:
2828

2929
matrix:
3030
include:
31-
- php: 5.5
32-
env:
33-
- COMPOSER_FLAGS="--prefer-lowest"
34-
- SYMFONY_VERSION='2.8.*'
31+
# fails to install. try to get this to work again before releasing
32+
# - php: 5.5
33+
# env:
34+
# - COMPOSER_FLAGS="--prefer-lowest"
35+
# - SYMFONY_VERSION='2.8.*'
3536
- php: 7.1
3637
env:
3738
- SYMFONY_VERSION='3.1.*'

0 commit comments

Comments
 (0)