Skip to content

Commit

Permalink
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -86,6 +86,8 @@ matrix:
jdk: oraclejdk8
- env: JT='test gems' JAVA_OPTS="$JAVA_OPTS -Xmx512m" HAS_REDIS=true
jdk: oraclejdk8
- env: JT='test tck'
jdk: oraclejdk8
- env: JT=check_ambiguous_arguments SKIP_BUILD=true
jdk: oraclejdk8
allow_failures:
1 change: 1 addition & 0 deletions ci.hocon
Original file line number Diff line number Diff line change
@@ -37,5 +37,6 @@ builds = [
{name: ruby-test-specs-library} ${common} ${gate_caps} {run: [${jt} [test, specs, ":library"]]},
{name: ruby-test-specs-truffle} ${common} ${gate_caps} {run: [${jt} [test, specs, ":truffle"]]},
{name: ruby-test-integration} ${common} ${gate_caps} {run: [${jt} [test, integration]]},
{name: ruby-test-tck} ${common} ${gate_caps} {run: [${jt} [test, tck]]},
{name: ruby-tarball} ${common} ${gate_caps} {run: [${jt} [tarball]]}
]

0 comments on commit ee60892

Please sign in to comment.