Skip to content

Commit 28c841f

Browse files
committed
Update .travis.yml
1 parent 19fdba4 commit 28c841f

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
@@ -8,11 +8,11 @@ script:
88
- sh -c "if $TRAVIS_SECURE_ENV_VARS; then echo Travis SECURE available -- Deploy; else echo Travis SECURE NOT available -- Verify; fi"
99

1010
#Test only - TODO remove
11-
- sh -c "if $TRAVIS_SECURE_ENV_VARS; then ./travis_exec_and_print_time.sh "sleep 5"; else ./travis_exec_and_print_time.sh "sleep 5"; fi"
11+
- sh -c "if $TRAVIS_SECURE_ENV_VARS; then ./travis_exec_and_print_time.sh 'sleep 5'; else ./travis_exec_and_print_time.sh 'sleep 5'; fi"
1212

1313
#mvn deploy (or verify) -Pall,juno,kepler,luna --quiet --settings settings.xml
1414

15-
- sh -c "if $TRAVIS_SECURE_ENV_VARS; then ./travis_exec_and_print_time.sh "mvn deploy -Pall,juno,kepler,luna --quiet --settings settings.xml"; else ./travis_exec_and_print_time.sh "mvn verify -Pall,juno,kepler,luna --quiet --settings settings.xml"; fi"
15+
- sh -c "if $TRAVIS_SECURE_ENV_VARS; then ./travis_exec_and_print_time.sh 'mvn deploy -Pall,juno,kepler,luna --quiet --settings settings.xml'; else ./travis_exec_and_print_time.sh 'mvn verify -Pall,juno,kepler,luna --quiet --settings settings.xml'; fi"
1616

1717

1818

0 commit comments

Comments
 (0)