Skip to content

Commit 9d41350

Browse files
committed
Another deploy try
1 parent 23b034f commit 9d41350

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

.travis.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,4 @@ script:
2121

2222
after_success:
2323
- travis_retry php vendor/bin/coveralls
24-
25-
deploy:
26-
provider: script
27-
script: ./docs/deploy.sh
28-
skip_cleanup: true
29-
on:
30-
branch: feat/docs
31-
php: '7.1'
24+
- sh docs/deploy.sh

docs/deploy.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#!/bin/sh
2-
32
sudo pip install -r docs/requirements.txt
43
cd docs/php-form
54
mkdocs build

0 commit comments

Comments
 (0)