Skip to content

Commit 9b6d27d

Browse files
committed
Update .travis.yml
1 parent b746b94 commit 9b6d27d

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.travis.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,12 @@ node:
55
#But not too quiet - we break apart the build (Travis will kill after 10 mins of no output)
66
#we also need to keep it under 75 mins
77
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+
#This is testing (I am not sure if travis encrypted vars are available in pull requests)
119
- sh -c "if $TRAVIS_SECURE_ENV_VARS; then echo TRAVIS SECURE AVAILABLE; else echo TRAVIS SECURE NOT AVAIALABLE; fi"
10+
- mvn deploy -Pall,juno --quiet --settings settings.xml
11+
- mvn deploy -Pall,kepler --quiet --settings settings.xml
12+
- mvn deploy -Pall,luna --quiet --settings settings.xml
13+
1214

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

0 commit comments

Comments
 (0)