Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update .travis.yml
  • Loading branch information
wimjongman authored Jun 8, 2018
commit 84ccebc24b10c28bf8c68fbe7ac61cd538407660
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ script:
- sh -c "if $TRAVIS_SECURE_ENV_VARS; then echo Travis SECURE available -- Deploy; else echo Travis SECURE NOT available -- Verify; fi"

#Execute the maven commands depending on SECURE availabilty and print the elapsed time out periodically.
- sh -c "if $TRAVIS_SECURE_ENV_VARS; then ./travis_exec_and_print_time.sh 'mvn deploy -Pall,photon,NOSDK -Dtest=RegressionTest --quiet --settings settings.xml'; else ./travis_exec_and_print_time.sh 'mvn verify -Pall,photon,NOSDK -Dtest=RegressionTest --quiet --settings settings.xml'; fi"
- sh -c "if $TRAVIS_SECURE_ENV_VARS; then ./travis_exec_and_print_time.sh 'mvn deploy -Pall,photon,NOSDK -Dtest=RegressionTest --settings settings.xml'; else ./travis_exec_and_print_time.sh 'mvn verify -Pall,photon,NOSDK -Dtest=RegressionTest --settings settings.xml'; fi"

#Several usernames and passwords/tokens are required for deployment.
#When testing on your local/remote setup then you need to set/export env. variables:
Expand Down