We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95aecb8 commit 1680f33Copy full SHA for 1680f33
.appveyor.yml
@@ -19,11 +19,4 @@ install:
19
- cd c:\projects\Processing.R
20
- ant info
21
- ant try
22
-
23
-notifications:
24
- - provider: Email
25
- to:
26
- - [email protected]
27
- on_build_success: false
28
- on_build_failure: true
29
- on_build_status_changed: false
+ - ant package
.travis.yml
@@ -10,6 +10,7 @@ before_install:
10
install:
11
12
13
14
15
script:
16
- ant report
0 commit comments