-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix incompatible backported specs * Pin to Rake < 11.0 for 1.8 compat * Switch to Travis container builds for newer Bundler * Fixes ye olde rubygems/bundler#3559 * Allows us to use Bundler caching for faster builds * Build on Ruby 2.3 * Allow failures on jruby-head and rbx-2
- Loading branch information
Showing
4 changed files
with
32 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,34 @@ | ||
before_install: sudo apt-get install lighttpd libfcgi-dev libmemcache-dev memcached | ||
install: | ||
language: ruby | ||
sudo: false | ||
cache: bundler | ||
|
||
before_install: | ||
- sudo apt-get update >/dev/null | ||
- sudo apt-get install lighttpd libfcgi-dev libmemcache-dev memcached | ||
- gem env version | grep '^\(2\|1.\(8\|9\|[0-9][0-9]\)\)' || gem update --system | ||
- bundle install --jobs=3 --retry=3 | ||
|
||
script: bundle exec rake ci | ||
|
||
rvm: | ||
- 1.8.7 | ||
- 1.9.2 | ||
- 1.9.3 | ||
- 2.0.0 | ||
- 2.1 | ||
- 2.2 | ||
- 2.2.4 | ||
- 2.3.0 | ||
- ruby-head | ||
- rbx-2 | ||
- jruby | ||
- jruby-9.0.4.0 | ||
- jruby-head | ||
- ree | ||
|
||
notifications: | ||
email: false | ||
irc: "irc.freenode.org#rack" | ||
|
||
matrix: | ||
allow_failures: | ||
- rvm: rbx-2 | ||
- rvm: jruby-head |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters