Skip to content

Commit

Permalink
[Truffle] Try to run MRI tests in Truffle, but allow them to fail.
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvdrum committed Apr 30, 2015
1 parent c75204f commit 05e2df6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -41,7 +41,6 @@ env:
- PHASE='-Ptruffle-specs-language'
- PHASE='-Ptruffle-specs-core'
- PHASE='-Ptruffle-specs-library'
- PHASE='-Ptruffle-mri-tests'

matrix:
include:
Expand Down Expand Up @@ -74,6 +73,7 @@ matrix:
fast_finish: true
allow_failures:
- env: COMMAND=test/truffle/run.sh
- PHASE='-Ptruffle-mri-tests'


branches:
Expand Down

2 comments on commit 05e2df6

@bjfish
Copy link
Contributor

@bjfish bjfish commented on 05e2df6 May 1, 2015

Choose a reason for hiding this comment

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

@nirvdrum I don't see the mri-tests in the build allowed failures section after this change.

@chrisseaton
Copy link
Contributor

Choose a reason for hiding this comment

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

Fixed.

Please sign in to comment.