소스 검색

use rubygems.org

saberma 11 년 전
부모
커밋
d005e7d982
4개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      .travis.yml
  2. 1 0
      gemfiles/rails31.gemfile.lock
  3. 1 0
      gemfiles/rails32.gemfile.lock
  4. 1 0
      gemfiles/rails4.gemfile.lock

+ 2 - 1
.travis.yml

@@ -2,11 +2,12 @@ language: ruby
 
 bundler_args: '-j8' # avoid travis-ci to set deployment mode by default, and use parallel bundlerr
 
-before_script: bundle install
+#before_script: bundle install
 
 script: bundle exec rake spec
 
 before_install:
+  - grep -i processor /proc/cpuinfo | wc -l
   - "echo 'gem: --no-ri --no-rdoc' > ~/.gemrc"
   - gem install bundler --pre
 

+ 1 - 0
gemfiles/rails31.gemfile.lock

@@ -7,6 +7,7 @@ PATH
 
 GEM
   remote: http://ruby.taobao.org/
+  remote: https://rubygems.org/
   specs:
     actionmailer (3.1.12)
       actionpack (= 3.1.12)

+ 1 - 0
gemfiles/rails32.gemfile.lock

@@ -7,6 +7,7 @@ PATH
 
 GEM
   remote: http://ruby.taobao.org/
+  remote: https://rubygems.org/
   specs:
     actionmailer (3.2.14)
       actionpack (= 3.2.14)

+ 1 - 0
gemfiles/rails4.gemfile.lock

@@ -7,6 +7,7 @@ PATH
 
 GEM
   remote: http://ruby.taobao.org/
+  remote: https://rubygems.org/
   specs:
     actionmailer (4.0.0)
       actionpack (= 4.0.0)