Commit Graph

19 Commits

Author SHA1 Message Date
Benjamin Fleischer
bba131759a Turn of JRuby CI on Rails 4.0
https://travis-ci.org/rails-api/active_model_serializers/jobs/296314721

```
Picked up _JAVA_OPTIONS: -Xmx2048m -Xms512m
jruby: warning: unknown property jruby.cext.enabled
2.7.0
32.06s$ bundle install --path=vendor/bundle --retry=3 --jobs=3
Picked up _JAVA_OPTIONS: -Xmx2048m -Xms512m
jruby: warning: unknown property jruby.cext.enabled
Fetching gem metadata from https://rubygems.org/..........
Fetching gem metadata from https://rubygems.org/.
Resolving dependencies.........................................................................................................................
Bundler could not find compatible versions for gem "actionpack":
  In Gemfile:
    actionpack (~> 4.0.0) java
    rails (~> 4.0.0) java was resolved to 4.0.0, which depends on
      actionpack (= 4.0.0) java
Bundler could not find compatible versions for gem "activemodel":
  In Gemfile:
    activemodel (~> 4.0.0) java
    active_model_serializers java was resolved to 0.8.4, which depends on
      activemodel (>= 3.0) java
    rails (~> 4.0.0) java was resolved to 4.0.0, which depends on
      activerecord (= 4.0.0) java was resolved to 4.0.0, which depends on
        activemodel (= 4.0.0) java
Bundler could not find compatible versions for gem "activerecord":
  In Gemfile:
    activerecord (~> 4.0.0) java
    rails (~> 4.0.0) java was resolved to 4.0.0, which depends on
      activerecord (= 4.0.0) java
Bundler could not find compatible versions for gem "activesupport":
  In Gemfile:
    activesupport (~> 4.0.0) java
    rails (~> 4.0.0) java was resolved to 4.0.0, which depends on
      activesupport (= 4.0.0) java
Bundler could not find compatible versions for gem "rails":
  In Gemfile:
    rails (~> 4.0.0) java
Could not find gem 'rails (~> 4.0.0)' in any of the sources.
Bundler could not find compatible versions for gem "railties":
  In Gemfile:
    railties (~> 4.0.0) java
    rails (~> 4.0.0) java was resolved to 4.0.0, which depends on
      railties (= 4.0.0) java
Bundler could not find compatible versions for gem "tzinfo":
  In Gemfile:
    rails (~> 4.0.0) java was resolved to 4.0.0, which depends on
      activesupport (= 4.0.0) java was resolved to 4.0.0, which depends on
        tzinfo (~> 0.3.37) java
    tzinfo-data java was resolved to 1.2017.3, which depends on
      tzinfo (>= 1.0.0) java
The command "bundle install --path=vendor/bundle --retry=3 --jobs=3" failed and exited with 6 during .
Your build has been stopped.
```
2017-11-02 11:25:07 -05:00
Benjamin Fleischer
c92a08a94a Re-enable Rails 4.0 non-windows 2017-11-02 10:09:09 -05:00
Benjamin Fleischer
2e2cdc91e0 Turn off Rails 4.0 temporarily 2017-11-02 09:26:25 -05:00
Benjamin Fleischer
aabc1cb07d Remove rubinius tests, too fragile 2017-11-02 08:54:18 -05:00
Benjamin Fleischer
db3453d4c1 Exclude Rails 5/master for now 2017-09-19 08:48:14 -05:00
Benjamin Fleischer
75252a2ef9 Run CI against Rails >= 4.0, Ruby >= 1.9.3 2015-12-14 21:59:08 -06:00
mhuggins
66caef5a0c Remove Ruby 1.8 and 1.9.2 support 2015-12-14 21:48:27 -06:00
Steve Klabnik
c7d8145773 Fix rbx in .travis.yml 2014-07-04 22:59:42 -04:00
Kevin Curtin
958e3a1ee2 Let's not let edge rails break travis.
We want to run tests against edge rails, but we don't want their build to break ours. So it
goes in allow_failures.
2013-04-16 00:19:02 +00:00
Steve Klabnik
ad886495a1 Travis now has bundler 1.3
So we don't need to install it any more.
2013-03-10 10:21:32 -07:00
Steve Klabnik
4b3c146638 ruby-head -> ruby2.0.0 2013-03-10 10:21:04 -07:00
Francesco Rodriguez
0103eee04f add ruby-head to travis.yml 2012-11-25 17:31:15 -05:00
Francesco Rodriguez
6c88455587 use proper tags for jruby on travis 2012-11-25 17:30:10 -05:00
Francesco Rodriguez
6e2988eec7 no need to allow failures 2012-11-25 14:59:25 -05:00
Francesco Rodriguez
7a0092ab32 move gemfiles/Gemfile.edge to root 2012-11-25 14:58:59 -05:00
Francesco Rodriguez
584bbc9151 Update travis.yml to use the right Rubinius versions 2012-11-20 18:54:59 -05:00
Dan Gebhardt
2d7bbaa3a6 Ensure bundler is updated for travis testing of edge rails 2012-09-21 08:14:56 -04:00
Dan Gebhardt
0caca174e6 added edge rails on 1.9.3 to the test matrix (with failures allowed) 2012-09-20 21:38:19 -04:00
Josh Kalderimis
d0cc1e3065 lets test against MOAR RUBIES 2011-12-17 00:03:23 +01:00