We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 991eb34 commit 4ae06ecCopy full SHA for 4ae06ec
.travis.yml
@@ -39,3 +39,9 @@ script:
39
after_script:
40
- wget https://scrutinizer-ci.com/ocular.phar
41
- 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
@@ -7,9 +7,6 @@ toc_footers:
7
- <a href='https://github.com/omines/datatables-bundle/issues'>Report an issue</a>
8
- <a href='https://www.omines.nl/' title='Internetbureau Eindhoven'>Omines Full Service Internetbureau</a>
9
10
-includes:
11
- - errors
12
-
13
search: true
14
---
15
0 commit comments