[Hiki-cvs 1605] hiki/hiki @ eec6344 [master] refine configuration of travis

Back to archive index

SHIBATA Hiroshi null****@okkez*****
2014年 2月 2日 (日) 17:31:14 JST


SHIBATA Hiroshi	2014-02-02 17:31:14 +0900 (Sun, 02 Feb 2014)

  New Revision: eec63448afc9683f947501a60d230a7f7eb11564
  https://github.com/hiki/hiki/commit/eec63448afc9683f947501a60d230a7f7eb11564

  Message:
    refine configuration of travis

  Modified files:
    .travis.yml

  Modified: .travis.yml (+7 -6)
===================================================================
--- .travis.yml    2014-01-24 23:23:38 +0900 (d9ea307)
+++ .travis.yml    2014-02-02 17:31:14 +0900 (3b0fc63)
@@ -1,15 +1,16 @@
 language: ruby
 
-before_script:
-  - git config --global user.email "you****@examp*****"
-  - git config --global user.name "Your Name"
-
 rvm:
   - 1.9.3
   - 2.0.0
+  - 2.1.0
+  - ruby-head
+
+before_script:
+  - git config --global user.email "you****@examp*****"
+  - git config --global user.name "Your Name"
 
-install:
+before_install:
   - sudo apt-get install subversion mercurial
-  - bundle install
 
 script: bundle exec rake test




Hiki-cvs メーリングリストの案内
Back to archive index