Skip to content

Commit 66df2ba

Browse files
committed
Updated travis YML and POM XML
1 parent 21f0160 commit 66df2ba

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

.travis.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,15 @@
11
#Build the Arduino Eclipse Plugin using Maven
22

3-
before_install: "git clone -b travis `git config --get remote.origin.url` target/travis"
4-
53
node:
6-
#script: mvn verify -Pall,juno,all,kepler,all,luna --settings target/travis/settings.xml
7-
#script: mvn deploy -Pall,juno,all,kepler,all,luna --settings target/travis/settings.xml
8-
#TODO: Delete travis branch (pom.xml does the same thing)...???
4+
#script: mvn verify -Pall,juno,all,kepler,all,luna
95
script: mvn deploy -Pjuno,linux64
106

7+
#Note when testing on your local setup then you need to set/export: CI_DEPLOY_USERNAME and CI_DEPLOY_OAUTH2_TOKEN
118
env:
129
global:
1310
# Name, password and oauth2
1411
- secure: "GzqdusL3C5WD7YgHFax4zb2xtkE9UPAyG4UlRPpyDUwM8VzZAujkwigxUVT0Swt3eJj16mmPi1E+krarsGUACoeM1buiWEqG6AMBn5eVHxehgPVYTPZ2CfQAiniJd/wgYBqoB+RXKyLhcWyJJDxfZq/IH+C7fF9WQOTfo8ER5Bc="
15-
- secure: "WiKJWaiOiHVYB39rH/m3uE21rWwnreAOy2SgKRBcoiAjx337RX/DQiaGkI2y57aXggWLhV5JGe/4WqgssPLTV1/KMU19HTaSNOi+VOUaPC5uflFQ4Dk1lhIf0NVjj4emI9pyMu3aqddjoPmFwKeBNbervw7dyq4B/57Ip07fWvU="
12+
#TODO: Delete this one - check after up on GH
13+
# - secure: "WiKJWaiOiHVYB39rH/m3uE21rWwnreAOy2SgKRBcoiAjx337RX/DQiaGkI2y57aXggWLhV5JGe/4WqgssPLTV1/KMU19HTaSNOi+VOUaPC5uflFQ4Dk1lhIf0NVjj4emI9pyMu3aqddjoPmFwKeBNbervw7dyq4B/57Ip07fWvU="
1614
- secure: "T6kinvAdTDaNPggIcYGCyVfa/HXYRc9uPx51M2aFKt8eY5bxZ3fgTpgPJNOiuEdlukWgtmi+uz4apiVDTUEVijmr7szY/ddfcixQFQkVKgUE/y50nDV0tUwJh7b0DTYpFZOjaSLHaHlV59tDUtNIay+bPw+cQ/7pCeZK4q0lux4="
1715

it.baeyens.arduino.parent/pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,11 @@
1010

1111
<properties>
1212
<tycho.version>0.18.1</tycho.version>
13+
<built.repo.dir>${project.build.directory}/repo</built.repo.dir>
1314
</properties>
1415

16+
17+
1518
<modules>
1619
<module>../it.baeyens.arduino.core.nl1</module>
1720
<module>../it.baeyens.arduino.feature</module>

0 commit comments

Comments
 (0)