File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 5
5
# But not too quiet - we break apart the build (Travis will kill after 10 mins of no output)
6
6
# we also need to keep it under 75 mins
7
7
script :
8
- - mvn deploy -Pall,juno --quiet --settings settings.xml
9
- - mvn deploy -Pall,kepler --quiet --settings settings.xml
10
- - mvn deploy -Pall,luna --quiet --settings settings.xml
8
+ # - mvn deploy -Pall,juno --quiet --settings settings.xml
9
+ # - mvn deploy -Pall,kepler --quiet --settings settings.xml
10
+ # - mvn deploy -Pall,luna --quiet --settings settings.xml
11
+ - sh -c "if $TRAVIS_SECURE_ENV_VARS; then echo TRAVIS SECURE AVAILABLE; else echo TRAVIS SECURE NOT AVAIALABLE; fi"
11
12
12
13
# Several usernames and passwords/tokens are required for deployment.
13
14
# When testing on your local/remote setup then you need to set/export env. variables:
You can’t perform that action at this time.
0 commit comments