From bad77a862ea27d9e9182c68581341e1d65aa5356 Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 16 Dec 2014 05:05:00 +0000 Subject: .travis.yml: fix escape git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48862 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 85cb3ddbff..8bf47452e7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -46,7 +46,7 @@ install: "if [[ $TRAVIS_OS_NAME = 'linux' ]]; then sudo apt-get -qq build-dep ru # like test-all, test-rubyspec. This is because they take too much time, # enough for Travis to shut down the VM as being stalled. before_script: - - "if [[ $TRAVIS_OS_NAME = 'osx' ]]; then find ~/Library/Logs/DiagnosticReports -type f -name ruby_\*.crash -delete; fi" + - "if [[ $TRAVIS_OS_NAME = 'osx' ]]; then find ~/Library/Logs/DiagnosticReports -type f -name ruby_\\*.crash -delete; fi" - "uname -a" - "uname -r" - "rm -fr .ext autom4te.cache" -- cgit v1.2.3