Skip to content

Commit

Permalink
Lets try again but with a valid ant target
Browse files Browse the repository at this point in the history
enebo committed Mar 10, 2016
1 parent 9851e84 commit 1e78fdf
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -37,5 +37,5 @@ cache:
- C:\Users\appveyor\.m2

test_script:
- ant test:mri
- mvn -Ptest
- ant test:mri:fast
4 changes: 4 additions & 0 deletions build.xml
Original file line number Diff line number Diff line change
@@ -344,6 +344,10 @@
</javadoc>
</target>

<target name="test:mri">
<rake task="test:mri"/>
</target>

<target name="installer">
<rake task="installer"/>
</target>

0 comments on commit 1e78fdf

Please sign in to comment.