Skip to content

Commit 0c8a70a

Browse files
authored
Merge pull request #17 from cmccarthy1/travis_upd
Nexus hidden variables to allow curl from server
2 parents 52a1afa + c6c23d3 commit 0c8a70a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ before_install:
5555
export LD_LIBRARY_PATH=$BUILD_HOME/lib:$LD_LIBRARY_PATH;
5656
export DYLD_LIBRARY_PATH=$BUILD_HOME/lib:$LD_LIBRARY_PATH;
5757
export PATH=$BUILD_HOME/lib:$PATH;
58-
curl -o qhome/q.zip -L $OD;
58+
curl -u $NEXUS_USER:$NEXUS_PASS -o qhome/q.zip -L $OD;
5959
unzip -d qhome qhome/q.zip;
6060
rm qhome/q.zip;
6161
echo -n $QLIC_KC |base64 --decode > qhome/kc.lic;
@@ -103,4 +103,4 @@ deploy:
103103
tags: true
104104
condition: $TRAVIS_OS_NAME = windows || $TRAVIS_OS_NAME = osx || ($TRAVIS_DIST = trusty && $TRAVIS_OS_NAME = linux)
105105
skip_cleanup: 'true'
106-
106+

0 commit comments

Comments
 (0)