Skip to content

Commit 4ae06ec

Browse files
committed
See if Travis accepts automatically deploying docs
1 parent 991eb34 commit 4ae06ec

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,9 @@ script:
3939
after_script:
4040
- wget https://scrutinizer-ci.com/ocular.phar
4141
- php ocular.phar code-coverage:upload --format=php-clover coverage.clover
42+
43+
deploy:
44+
provider: script
45+
script: docs/deploy.sh
46+
on:
47+
branch: master

docs/source/index.html.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ toc_footers:
77
- <a href='https://github.com/omines/datatables-bundle/issues'>Report an issue</a>
88
- <a href='https://www.omines.nl/' title='Internetbureau Eindhoven'>Omines Full Service Internetbureau</a>
99

10-
includes:
11-
- errors
12-
1310
search: true
1411
---
1512

0 commit comments

Comments
 (0)