Skip to content

Commit

Permalink
Fix JRUBY-6789: Test for embedded JRuby are not run by CI
Browse files Browse the repository at this point in the history
I switched travis to running test-extended, which includes the
embedding tests and now also includes a full interpreted test run.
  • Loading branch information
headius committed Jul 23, 2012
1 parent 5e58fde commit dd94f90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -2,7 +2,7 @@ language: java
before_script:
- unset GEM_PATH GEM_HOME IRBRC
- "export PATH=`pwd`/bin:$PATH"
script: "ant test && rake test19"
script: "ant test-extended && rake test19"
install: /bin/true
notifications:
irc: "irc.freenode.org#jruby"
1 change: 1 addition & 0 deletions antlib/test.xml
Expand Up @@ -39,6 +39,7 @@
<target name="test-extended" depends="
copy-test-files,
install-gems,
run-junit-interpreted,
run-junit-compiled,
run-junit-embed,
test-rake-targets"
Expand Down

0 comments on commit dd94f90

Please sign in to comment.