We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f72534 commit 22a3bc0Copy full SHA for 22a3bc0
3 files changed
.travis.yml
@@ -10,7 +10,9 @@ php:
10
matrix:
11
allow_failures:
12
- php: hhvm
13
-before_script: composer update --dev
+before_script:
14
+- composer update --dev
15
+- if [[ "$TRAVIS_PHP_VERSION == "7.0" ]]; then composer require --dev vimeo/psalm; fi
16
script:
17
- bin/check-syntax.sh
18
- if [[ "$TRAVIS_PHP_VERSION" == "5.6" ]]; then php vendor/phpunit/phpunit/phpunit --configuration tools/phpunit; else php vendor/phpunit/phpunit/phpunit --configuration tools/phpunit --no-coverage; fi
composer.json
@@ -47,8 +47,7 @@
47
"ext-pdo_sqlite": "*",
48
"phpunit/phpunit": "~4.8",
49
"satooshi/php-coveralls": "^1.0",
50
- "mikey179/vfsStream": "~1.6",
51
- "vimeo/psalm": "^0.3.54"
+ "mikey179/vfsStream": "~1.6"
52
},
53
"suggests": {
54
"predis/predis": "1.1.1"
0 commit comments