ruby-changes:35696
From: hsbt <ko1@a...>
Date: Sat, 4 Oct 2014 00:25:13 +0900 (JST)
Subject: [ruby-changes:35696] hsbt:r47778 (trunk): * .travis.yml: removed needless preparation for gcc.
hsbt 2014-10-04 00:25:08 +0900 (Sat, 04 Oct 2014) New Revision: 47778 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=47778 Log: * .travis.yml: removed needless preparation for gcc. Modified files: trunk/.travis.yml trunk/ChangeLog Index: ChangeLog =================================================================== --- ChangeLog (revision 47777) +++ ChangeLog (revision 47778) @@ -1,3 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Sat Oct 4 00:25:04 2014 SHIBATA Hiroshi <shibata.hiroshi@g...> + + * .travis.yml: removed needless preparation for gcc. + Fri Oct 3 23:41:20 2014 SHIBATA Hiroshi <shibata.hiroshi@g...> * .travis.yml: enabled gcc build with osx on travis. Index: .travis.yml =================================================================== --- .travis.yml (revision 47777) +++ .travis.yml (revision 47778) @@ -39,7 +39,6 @@ before_install: https://github.com/ruby/ruby/blob/trunk/.travis.yml#L39 - "if [[ $TRAVIS_OS_NAME = 'linux' ]]; then JOBS='-j'; fi" - "if [[ $TRAVIS_OS_NAME = 'osx' ]]; then brew install autoconf openssl; fi" - "if [[ $TRAVIS_OS_NAME = 'osx' ]]; then OPENSSL_FLAG=\"--with-openssl-dir=`brew --prefix openssl`\"; fi" - - "if [[ $TRAVIS_OS_NAME = 'osx' && $CC = 'gcc' ]]; then brew install gcc; fi" - "if [[ $TRAVIS_OS_NAME = 'osx' && $CC = 'gcc' ]]; then CC='gcc-4.9'; fi" install: "if [[ $TRAVIS_OS_NAME = 'linux' ]]; then sudo apt-get -qq build-dep ruby1.9.1 2>/dev/null; fi" -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/