We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4dcc545 commit 29b99cbCopy full SHA for 29b99cb
.travis.yml
@@ -27,6 +27,8 @@ before_install:
27
install:
28
- composer install
29
- ./bin/phpunit install
30
+ - yarn install
31
+ - yarn build
32
33
script:
34
- ./bin/phpunit
0 commit comments