Skip to content

Commit d7ddde7

Browse files
committed
Travis YML - Try to make a little less quiet.
1 parent 1851bfd commit d7ddde7

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.travis.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
#Build the Arduino Eclipse Plugin using Maven
22

33
node:
4-
#Make quiet to reduce logs (Travis is capped at a 4MB log)
5-
#script: mvn verify -Pall,juno,kepler,luna --quiet --settings settings.xml
6-
script: mvn deploy -Pall,juno,kepler,luna --quiet --settings settings.xml
4+
#Make quiet to reduce logs (Travis will kill if 4MB log excedded)
5+
#But not too quiet - we break apart the build (Travis will kill after 10 mins of no output)
6+
#we also need to keep it under 75 mins
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
711

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

0 commit comments

Comments
 (0)