Skip to content

Commit 06983d1

Browse files
authored
I can not compile the project. #1088
Attempt two for travis
1 parent e6f78be commit 06983d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ script:
1414
- sh -c "if $TRAVIS_SECURE_ENV_VARS; then echo Travis SECURE available -- Deploy; else echo Travis SECURE NOT available -- Verify; fi"
1515

1616
#Execute the maven commands depending on SECURE availabilty and print the elapsed time out periodically.
17-
- sh -c "if $TRAVIS_SECURE_ENV_VARS; then ./travis_exec_and_print_time.sh 'mvn deploy -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"
17+
- sh -c "if $TRAVIS_SECURE_ENV_VARS; then ./travis_exec_and_print_time.sh 'mvn deploy -Dtest=RegressionTest --quiet --settings settings.xml'; else ./travis_exec_and_print_time.sh 'mvn verify -Dtest=RegressionTest --quiet --settings settings.xml'; fi"
1818

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

0 commit comments

Comments
 (0)