Skip to content

Commit 7c24654

Browse files
committed
Change API deploy
1 parent 733bc25 commit 7c24654

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ install:
1313

1414
script:
1515
- phpunit --coverage-clover=coverage.clover
16-
- php vendor/bin/sami.php update sami.php
1716

1817
after_script:
1918
- wget https://scrutinizer-ci.com/ocular.phar

bin/deploy.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ set -o errexit -o nounset
44

55
rev=$(git rev-parse --short HEAD)
66

7+
php vendor/bin/sami.php update sami.php
78
mkdir _site
89
cp -R api _site/
910
cd _site

0 commit comments

Comments
 (0)