From a27e049eaa5e7cb10bf44415361fb027198d7e74 Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Sun, 19 Jan 2014 00:07:13 +0000 Subject: [PATCH] fix typo of .travis.yml git-svn-id: http://svn.redmine.org/redmine/trunk@12666 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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