1- dist : trusty
21sudo : false
32language : python
43
54env :
65 global :
7- # - ORACLE_COOKIE=sqldev
8- # - ORACLE_FILE=oracle11g/xe/oracle-xe-11.2.0-1.0.x86_64.rpm.zip
9- # - ORACLE_HOME=/u01/app/oracle/product/11.2.0/xe
10- # - NLS_LANG=AMERICAN_AMERICA.AL32UTF8
11- # - ORACLE_BASE=/u01/app/oracle
12- # - LD_LIBRARY_PATH=$ORACLE_HOME/lib
13- # - PATH=$PATH:$ORACLE_HOME/jdbc/lib:$ORACLE_HOME/bin
14- # - DATABASE_VERSION=11.2.0.2
15- # - ORACLE_SID=XE
16- # - DATABASE_NAME=XE
17- # - ORA_SDTZ='Europe/London' #Needed as a client parameter
18- # - TZ='Europe/London' #Needed as a DB Server parameter
196 - UT3_OWNER=ut3
207 - UT3_OWNER_PASSWORD=ut3
218 - UT3_OWNER_TABLESPACE=users
4027addons :
4128 apt :
4229 packages :
43- # packages required by oracle
44- # - bc
45- # - rpm
4630 - unzip
4731 - oracle-java8-set-default
4832
@@ -51,22 +35,13 @@ services:
5135
5236cache :
5337 directories :
54- # - .cache
55- # - $HOME/.cache
5638 - $CACHE_DIR
5739
58- # before_install:
59- # On trusty, download the zip file into a cachable directory
60- # - test "$DIST" = precise || export ORACLE_ZIP_DIR=$CACHE_DIR
61- # If the zip file already exists, do not download it again
62- # - test -f "$ORACLE_ZIP_DIR"/$(basename $ORACLE_FILE) || bash .travis/oracle/download.sh
63-
6440install :
6541 - pip install -r .travis/python_req.txt
6642 - npm install -g phantomjs-prebuilt casperjs
6743 - bash .travis/install_sqlcl.sh
6844 - bash .travis/start_db.sh
69- # - bash .travis/oracle/install.sh
7045
7146script :
7247 - CONTAINER_IP=$(docker inspect --format '{{ .NetworkSettings.IPAddress }}' $ORACLE_VERSION)
@@ -80,8 +55,7 @@ script:
8055 - bash .travis/run_examples_as_owner.sh
8156 - bash .travis/run_test_as_owner.sh
8257 - bash .travis/run_examples_as_user.sh
83- # - bash .travis/create_release.sh
84-
58+ # - bash .travis/create_release.sh
8559# - bash .travis/run_test_as_user.sh
8660# - bash .travis/build_docs.sh
8761# - bash .travis/push_docs_to_gh_pages.sh
@@ -99,5 +73,3 @@ script:
9973
10074# notifications:
10175# slack: utplsql:oiMuXO95TvKeAUENuDt4cPrB
102-
103-
0 commit comments