diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2014-01-19 00:07:13 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2014-01-19 00:07:13 +0000 |
commit | a27e049eaa5e7cb10bf44415361fb027198d7e74 (patch) | |
tree | 73903e497ef2dda5152ddf9b6151e33d5b7c65bc /.travis.yml | |
parent | 1951aeac78974d38ffa5528feb4b97ef6d458377 (diff) | |
download | redmine-a27e049eaa5e7cb10bf44415361fb027198d7e74.tar.gz redmine-a27e049eaa5e7cb10bf44415361fb027198d7e74.zip |
fix typo of .travis.yml
git-svn-id: http://svn.redmine.org/redmine/trunk@12666 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 96fcb2e6e..59e2e36f8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ # Redmine runs tests on own continuous integration server. # http://www.redmine.org/projects/redmine/wiki/Continuous_integration -# You can also run on tests on your environment. +# You can also run tests on your environment. language: ruby rvm: - 1.8.7 |