mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
* .travis.yml: Backport TravisCI configuration from trunk.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@34875 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
b1bcb8265d
commit
ae323a98fe
3 changed files with 15 additions and 3 deletions
8
.travis.yml
Normal file
8
.travis.yml
Normal file
|
@ -0,0 +1,8 @@
|
|||
# no installation...
|
||||
before_script: autoconf
|
||||
script: "./configure && make all test"
|
||||
|
||||
branches:
|
||||
only:
|
||||
- trunk
|
||||
- ruby_1_9_3
|
|
@ -1,3 +1,7 @@
|
|||
Fri Mar 2 22:09:03 2012 Hiroshi Nakamura <nahi@ruby-lang.org>
|
||||
|
||||
* .travis.yml: Backport TravisCI configuration from trunk.
|
||||
|
||||
Thu Mar 1 18:39:44 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* file.c (rb_file_join): honor input encodings than ASCII-8BIT.
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
#define RUBY_VERSION "1.9.3"
|
||||
#define RUBY_PATCHLEVEL 154
|
||||
#define RUBY_PATCHLEVEL 155
|
||||
|
||||
#define RUBY_RELEASE_DATE "2012-03-01"
|
||||
#define RUBY_RELEASE_DATE "2012-03-02"
|
||||
#define RUBY_RELEASE_YEAR 2012
|
||||
#define RUBY_RELEASE_MONTH 3
|
||||
#define RUBY_RELEASE_DAY 1
|
||||
#define RUBY_RELEASE_DAY 2
|
||||
|
||||
#include "ruby/version.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue