Skip to content

Commit

Permalink
[Truffle] Move test mri to allowed failures, as it now uses refinemen…
Browse files Browse the repository at this point in the history
…ts which we don't have
chrisseaton committed Feb 27, 2016

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent e657f19 commit 944da31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -46,7 +46,6 @@ env:
- JT='test specs :core'
- JT='test specs :library'
- JT='test specs :truffle'
- JT='test mri'
- JT='test integration'
- JTR='ci --batch ../lib/ruby/truffle/jruby+truffle/gem_ci/travis.txt'

@@ -80,6 +79,7 @@ matrix:
- env: PHASE='-Prake -Dtask=test:mri:fullint'
- env: JT=check_ambiguous_arguments
jdk: oraclejdk8
- env: JT='test mri'
# NOTE: build seems to never start (waited for any to finish for more than a day) - probably a travis-ci bug
#- env: PHASE='-Pmain'
# sudo: required

1 comment on commit 944da31

@chrisseaton
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jruby/truffle MRI tests now use (not test, actually use) refinements :(

Sorry, something went wrong.

Please sign in to comment.