Skip to content

Commit 1680f33

Browse files
committed
ci: Add ant package
Signed-off-by: Ce Gao <[email protected]>
1 parent 95aecb8 commit 1680f33

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

.appveyor.yml

+1-8
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,4 @@ install:
1919
- cd c:\projects\Processing.R
2020
- ant info
2121
- ant try
22-
23-
notifications:
24-
- provider: Email
25-
to:
26-
27-
on_build_success: false
28-
on_build_failure: true
29-
on_build_status_changed: false
22+
- ant package

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ before_install:
1010
install:
1111
- ant info
1212
- ant try
13+
- ant package
1314

1415
script:
1516
- ant report

0 commit comments

Comments
 (0)