Skip to content

Commit

Permalink
remove dev stability
Browse files Browse the repository at this point in the history
  • Loading branch information
ElectricMaxxx committed Dec 9, 2017
1 parent cb6b433 commit 38f98e5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ env:
global:
- SYMFONY_PHPUNIT_DIR=.phpunit SYMFONY_PHPUNIT_REMOVE="symfony/yaml" SYMFONY_PHPUNIT_VERSION=5.7
- SYMFONY_DEPRECATIONS_HELPER=weak
- STABILITY=dev
matrix:
- TRANSPORT=jackrabbit
- TRANSPORT=doctrine_dbal
Expand All @@ -43,7 +42,7 @@ before_script:
- bin/console doctrine:phpcr:workspace:create sandbox_test -e=test
- bin/console doctrine:phpcr:repository:init -e=test

script: php -d memory_limit=-1 vendor/bin/simple-phpunit --debug
script: vendor/bin/simple-phpunit --debug

notifications:
irc: "irc.freenode.org#symfony-cmf"
Expand Down

0 comments on commit 38f98e5

Please sign in to comment.