We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aedbdad commit 86fe6a2Copy full SHA for 86fe6a2
.travis.yml
@@ -1,4 +1,5 @@
1
#Build the Arduino Eclipse Plugin using Maven
2
node:
3
#TODO: work out about adding other entries for different platforms and Eclipse variants
4
-script: mvn verify -Pall
+#script: mvn verify -Pall #This didn't work
5
+script: mvn verify -Pall,juno
0 commit comments