Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/angoca/db2unit into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Andres Gomez Casanova committed Sep 2, 2018
2 parents b570256 + d6d3c91 commit 7f90bab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ before_install:
# Retrieves and extracts the Dn2 binaries
# If it does not work, change it according to the next page:
# https://github.com/angoca/db2-docker/wiki/db2-link-server_t
- DOWNLOAD_LINK=$(curl --url https://raw.githubusercontent.com/wiki/angoca/db2unit/DB2-Download-link.md -s | tail -1) ; echo ${DOWNLOAD_LINK} ; cd /tmp ; aria2c -x 16 ${DOWNLOAD_LINK} ; tar zxvf v*_linuxx64_server_t.tar.gz
- DOWNLOAD_LINK=$(curl --url https://raw.githubusercontent.com/wiki/angoca/db2unit/docs/DB2-Download-link.md -s | tail -1) ; echo ${DOWNLOAD_LINK} ; cd /tmp ; aria2c -x 16 ${DOWNLOAD_LINK} ; tar zxvf v*_linuxx64_server_t.tar.gz

# Retrieves and extract log4db2
- cd ; wget https://github.com/angoca/log4db2/releases/download/log4db2-1-Beta-A/log4db2.tar.gz ; tar zxvf log4db2.tar.gz
Expand Down

0 comments on commit 7f90bab

Please sign in to comment.