Skip to content

Commit eaffd1d

Browse files
committed
removing dev changes
1 parent f2133be commit eaffd1d

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.travis.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@ matrix:
2222
- php: 7.1
2323
env: DEPENDENCIES="symfony/lts:^3"
2424
- php: 7.1
25-
env: STABILITY="dev"
26-
allow_failures:
27-
- env: STABILITY="dev"
2825

2926
sudo: false
3027

@@ -33,7 +30,6 @@ cache:
3330
- $HOME/.composer/cache
3431

3532
before_install:
36-
- if [[ -v $STABILITY ]]; then composer config minimum-stability $STABILITY; fi;
3733
- if [[ -v $DEPENDENCIES ]]; then composer require --no-update $DEPENDENCIES; fi;
3834
- echo "memory_limit=2G" >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini
3935

0 commit comments

Comments
 (0)