From f17a28dda01dbc40301b7e30355aadefd87985ff Mon Sep 17 00:00:00 2001 From: hsbt Date: Fri, 31 Oct 2014 01:16:48 +0000 Subject: * .travis.yml: reverted r48199, it's unlated configuration. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48203 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 63e70d77ff..154c2ff16d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -57,10 +57,9 @@ before_script: - "make reconfig" - "cp -pr config.status .ext/include config_2nd" - "diff -ru config_1st config_2nd || true" - - "make update-unicode" - - "make update-rubyspec" - "make -s $JOBS encs" - "make -s $JOBS exts" + - "make update-rubyspec" script: - "make test" - "make test-all TESTS='-q -j2'" -- cgit v1.2.3