Skip to content

Commit

Permalink
added test user
Browse files Browse the repository at this point in the history
  • Loading branch information
acki-m committed Jan 29, 2016
1 parent 9b5d532 commit 5868a4b
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 @@ -54,7 +54,7 @@ matrix:
- echo $TEST_VAR
- echo ${TEST_VAR}
- lftp -c "open -u $FTP_USER,$FTP_PASSWORD ftp://server3.febas.net:21/;"
- lftp -c "open -u $FTP_USER,$FTP_PASSWORD ftp://server3.febas.net:21/; mirror -R ${TRAVIS_BUILD_DIR}/build/doc_website/master master_tmp"
- lftp -c "open -u test-user,TiAtPw12345 ftp://server3.febas.net:21/; mirror -R ${TRAVIS_BUILD_DIR}/build/doc_website/master master_tmp"
env: BUILD_DOCU=true COMPILER=g++-4.8 ARCH=x86 CONF=Release UNIT_TESTS=false

- os: linux
Expand Down

0 comments on commit 5868a4b

Please sign in to comment.