Skip to content

Commit fecd299

Browse files
committed
Travis YML - All targets
Seems all tagets need to look like this or we only build a subset. all,juno,all,kepler,all,luna
1 parent 5e8ac49 commit fecd299

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
@@ -10,7 +10,7 @@ script:
1010

1111
#Execute the maven commands depending on SECURE availabilty and print the elapsed time out periodically.
1212
#mvn deploy (or verify) -Pall,juno,kepler,luna --quiet --settings settings.xml
13-
- 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"
13+
- sh -c "if $TRAVIS_SECURE_ENV_VARS; then ./travis_exec_and_print_time.sh 'mvn deploy -Pall,juno,all,kepler,all,luna --quiet --settings settings.xml'; else ./travis_exec_and_print_time.sh 'mvn verify -Pall,juno,all,kepler,all,luna --quiet --settings settings.xml'; fi"
1414

1515

1616

0 commit comments

Comments
 (0)