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

Skip to content

Commit 6d74b61

Browse files
committed
The building of MKdoc is now disabled as it is not stable and fails the build.
1 parent 6d82359 commit 6d74b61

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.travis.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ env:
1919
- UT3_PASSWORD=ut3
2020
- UT3_TABLESPACE=users
2121
# Target Branch and Directory for Deployment of Docs
22-
- PAGES_TARGET_BRANCH="gh-pages"
22+
- PAGES_TARGET_BRANCH="gh-pages"
2323
- PAGES_VERSION_BASE="version3"
2424

2525
addons:
@@ -31,8 +31,8 @@ addons:
3131
- unzip
3232

3333

34-
cache:
35-
directories:
34+
cache:
35+
directories:
3636
- .cache
3737
- $HOME/.cache
3838

@@ -43,17 +43,17 @@ before_install:
4343
- test -f "$ORACLE_ZIP_DIR"/$(basename $ORACLE_FILE) || bash .travis/oracle/download.sh
4444

4545
install:
46-
- sudo pip install -r .travis/python_req.txt
46+
- sudo pip install -r .travis/python_req.txt
4747
- bash .travis/oracle/install.sh
48-
48+
4949
script:
5050
- bash .travis/create_utplsql_user.sh
5151
- bash .travis/install_libraries.sh
5252
- bash .travis/install.sh
5353
- bash .travis/run_examples.sh
5454
- bash .travis/run_test.sh
55-
- bash .travis/build_docs.sh
56-
- bash .travis/push_docs_to_gh_pages.sh
55+
# - bash .travis/build_docs.sh
56+
# - bash .travis/push_docs_to_gh_pages.sh
5757

5858
notifications:
5959
slack: utplsql:oiMuXO95TvKeAUENuDt4cPrB

0 commit comments

Comments
 (0)