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

Skip to content

Commit 41d1476

Browse files
committed
travis cahc e test
1 parent 085ce43 commit 41d1476

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ addons:
2424
- bc
2525
- rpm
2626
- unzip
27-
- libaio1
27+
# - libaio1
2828

2929

3030
cache:
@@ -42,9 +42,9 @@ before_cache:
4242
- ls -la .cache
4343

4444
# On trusty, download the zip file into a cachable directory
45-
- test "$DIST" = precise || export ORACLE_ZIP_DIR=$HOME/.cache
45+
- test "$DIST" = precise || export ORACLE_ZIP_DIR=$HOME/.cache
4646
# 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
47+
- test -f "$ORACLE_ZIP_DIR"/$(basename $ORACLE_FILE) || bash .travis/oracle/download.sh
4848

4949
install:
5050
- bash .travis/oracle/install.sh

0 commit comments

Comments
 (0)