Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b828871

Browse files
committed
Add Documentation build to Travis build.
1 parent 877014d commit b828871

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.travis.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
sudo: required
22

3-
language: bash
3+
language: perl
44

55
env:
66
global:
@@ -36,6 +36,10 @@ cache:
3636
- $HOME/.cache
3737

3838
before_install:
39+
# perl modules needed for documenation generation
40+
- "cpanm IPC::System::Simple"
41+
- "cpanm Markdent"
42+
- "cpanm File::Map"
3943
# On trusty, download the zip file into a cachable directory
4044
- test "$DIST" = precise || export ORACLE_ZIP_DIR=$HOME/.cache
4145
# If the zip file already exists, do not download it again
@@ -50,6 +54,7 @@ script:
5054
- bash .travis/install.sh
5155
- bash .travis/run_examples.sh
5256
- bash .travis/run_test.sh
57+
- perl docsource/builddocs.pl
5358

5459
notifications:
5560
slack: utplsql:oiMuXO95TvKeAUENuDt4cPrB

0 commit comments

Comments
 (0)