travis-ci/travis-core
Models and classes shared by Travis hub and server
- Message
- Config
- Rvm: 1.9.3, jruby-18mode, jruby-19mode, Jdk: openjdk6
Job | Duration | Finished | Rvm | Jdk | |
---|---|---|---|---|---|
838.1 | 1 min 54 sec | 2 months ago | 1.9.3 | openjdk6 | PERL_CPANM_OPT="--mirror http://cpan.mirrors.travis-ci.org --mirror http://cpan.cpantesters.org/ --mirror http://search.cpan.org/CPAN --cascade-search --notest --force --skip-satisfied" ES="localhost:9200" |
838.2 | 5 min 5 sec | 2 months ago | jruby-18mode | openjdk6 |
Job | Duration | Finished | Rvm | Jdk | |
---|---|---|---|---|---|
838.3 | 5 min 37 sec | 2 months ago | jruby-19mode | openjdk6 | |
838.4 | 26 min 26 sec | 2 months ago | jruby-head | openjdk6 | JRUBY_OPTS=--1.9 |
838.5 | 26 min 36 sec | 2 months ago | jruby-head | openjdk6 | JRUBY_OPTS=--1.8 |
Allowed Failures
Allowed Failures are items in your build matrix that are allowed to fail without causing the entire build to be shown as failed.
You can define allowed failures in the build matrix as follows:
matrix: allow_failures: - rvm: ruby-head
This lets you add in experimental and preparatory builds to test against versions or configurations that you are not ready to officially support.