1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* .travis.yml: Travis enable.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33844 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
shyouhei 2011-11-26 06:26:44 +00:00
parent 41fa4bd715
commit c36ee7bd38
2 changed files with 10 additions and 0 deletions

6
.travis.yml Normal file
View file

@ -0,0 +1,6 @@
# no installation...
script: "configure && make all test"
branches:
only:
- trunk

View file

@ -1,3 +1,7 @@
Sat Nov 26 15:24:05 2011 URABE Shyouhei <shyouhei@ruby-lang.org>
* .travis.yml: Travis enable.
Sat Nov 26 10:47:50 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>
* ext/openssl/extconf.rb: remove checks for available functions.