Skip to content

Commit 08a7d10

Browse files
committed
#484 Neon Support
Added neon explicitly to build script
1 parent bcb33db commit 08a7d10

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ script:
1111
- sh -c "if $TRAVIS_SECURE_ENV_VARS; then echo Travis SECURE available -- Deploy; else echo Travis SECURE NOT available -- Verify; fi"
1212

1313
#Execute the maven commands depending on SECURE availabilty and print the elapsed time out periodically.
14-
- sh -c "if $TRAVIS_SECURE_ENV_VARS; then ./travis_exec_and_print_time.sh 'mvn deploy -Pall --quiet --settings settings.xml'; else ./travis_exec_and_print_time.sh 'mvn verify -Pall --quiet --settings settings.xml'; fi"
14+
- sh -c "if $TRAVIS_SECURE_ENV_VARS; then ./travis_exec_and_print_time.sh 'mvn deploy -Pall,neon --quiet --settings settings.xml'; else ./travis_exec_and_print_time.sh 'mvn verify -Pall,neon --quiet --settings settings.xml'; fi"
1515

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

it.baeyens.arduino.parent/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -408,11 +408,6 @@
408408
<layout>p2</layout>
409409
<url>http://download.eclipse.org/technology/nebula/snapshot</url>
410410
</repository>
411-
<repository>
412-
<id>cdt-8.8</id>
413-
<layout>p2</layout>
414-
<url>http://download.eclipse.org/tools/cdt/releases/8.8</url>
415-
</repository>
416411
</repositories>
417412

418413
<pluginRepositories>

0 commit comments

Comments
 (0)