File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Build the Arduino Eclipse Plugin using Maven
2
2
3
3
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
7
11
8
12
# Several usernames and passwords/tokens are required for deployment.
9
13
# 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