Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 877014d commit b828871Copy full SHA for b828871
1 file changed
.travis.yml
@@ -1,6 +1,6 @@
1
sudo: required
2
3
-language: bash
+language: perl
4
5
env:
6
global:
@@ -36,6 +36,10 @@ cache:
36
- $HOME/.cache
37
38
before_install:
39
+ # perl modules needed for documenation generation
40
+ - "cpanm IPC::System::Simple"
41
+ - "cpanm Markdent"
42
+ - "cpanm File::Map"
43
# On trusty, download the zip file into a cachable directory
44
- test "$DIST" = precise || export ORACLE_ZIP_DIR=$HOME/.cache
45
# If the zip file already exists, do not download it again
@@ -50,6 +54,7 @@ script:
50
54
- bash .travis/install.sh
51
55
- bash .travis/run_examples.sh
52
56
- bash .travis/run_test.sh
57
+ - perl docsource/builddocs.pl
53
58
59
notifications:
60
slack: utplsql:oiMuXO95TvKeAUENuDt4cPrB
0 commit comments