Skip to content

Commit

Permalink
Merge pull request #77 from sdtabilit/feature/SLTS-80-Increase-safety…
Browse files Browse the repository at this point in the history
…-test-server

SLTS-80 Next increase safety test server
  • Loading branch information
grzesiekb authored Nov 25, 2016
2 parents 09bc432 + 84d9ee6 commit 816bef6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
addons:
ssh_known_hosts: $TEST_IP
ssh_known_hosts: 149.56.44.225
before_install:
#- sudo add-apt-repository ppa:openjdk-r/ppa -y
#- sudo apt-get update
Expand Down Expand Up @@ -53,5 +53,6 @@ env:
after_script:
- echo $TRAVIS_BUILD_DIR
- eval "$(ssh-agent -s)"
- sshpass -e scp ./ScadaBR.war test@$TEST_IP:/home/test/ScadaBR.war
- sshpass -e scp ./ScadaLTS-UI/war/ScadaLTS.war test@$TEST_IP:/home/test/ScadaLTS.war
- traceroute -p 22 $TEST_IP
- sshpass -e scp ./ScadaBR.war [email protected]:/home/test/ScadaBR.war
- sshpass -e scp ./ScadaLTS-UI/war/ScadaLTS.war [email protected]:/home/test/ScadaLTS.war

0 comments on commit 816bef6

Please sign in to comment.