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 085ce43 commit 41d1476Copy full SHA for 41d1476
1 file changed
.travis.yml
@@ -24,7 +24,7 @@ addons:
24
- bc
25
- rpm
26
- unzip
27
- - libaio1
+# - libaio1
28
29
30
cache:
@@ -42,9 +42,9 @@ before_cache:
42
- ls -la .cache
43
44
# On trusty, download the zip file into a cachable directory
45
- - test "$DIST" = precise || export ORACLE_ZIP_DIR=$HOME/.cache
+ - test "$DIST" = precise || export ORACLE_ZIP_DIR=$HOME/.cache
46
# If the zip file already exists, do not download it again
47
- - test -f "$ORACLE_ZIP_DIR"/$(basename $ORACLE_FILE) || bash .travis/oracle/download.sh
+ - test -f "$ORACLE_ZIP_DIR"/$(basename $ORACLE_FILE) || bash .travis/oracle/download.sh
48
49
install:
50
- bash .travis/oracle/install.sh
0 commit comments