We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a160077 + ab45ed0 commit 032e015Copy full SHA for 032e015
.travis.yml
@@ -9,7 +9,7 @@ php:
9
- hhvm
10
11
before_script:
12
- - composer install --prefer-source
+ - travis_retry composer install --prefer-source
13
14
script:
15
- - phpunit
+ - composer ci
composer.json
@@ -44,5 +44,14 @@
44
"classmap": [
45
"tests/ValueParsers"
46
]
47
+ },
48
+ "scripts": {
49
+ "test": [
50
+ "composer validate --no-interaction",
51
+ "phpunit --coverage-text=/dev/null"
52
+ ],
53
+ "ci": [
54
+ "composer test"
55
+ ]
56
}
57
0 commit comments