We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 733bc25 commit 7c24654Copy full SHA for 7c24654
2 files changed
.travis.yml
@@ -13,7 +13,6 @@ install:
13
14
script:
15
- phpunit --coverage-clover=coverage.clover
16
- - php vendor/bin/sami.php update sami.php
17
18
after_script:
19
- wget https://scrutinizer-ci.com/ocular.phar
bin/deploy.sh
@@ -4,6 +4,7 @@ set -o errexit -o nounset
4
5
rev=$(git rev-parse --short HEAD)
6
7
+php vendor/bin/sami.php update sami.php
8
mkdir _site
9
cp -R api _site/
10
cd _site
0 commit comments