From bc9c857f434ad039a51068ce46c644c55c06d749 Mon Sep 17 00:00:00 2001 From: Greg Cobb and JR Boyens Date: Thu, 18 Jul 2013 17:12:39 -0700 Subject: [PATCH] Valid YAML again --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 973ae991..5297dafb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ before_install: - "export DISPLAY=:99.0" - - "test "Darwin" != `uname` && sh -e /etc/init.d/xvfb start" + - "test \"Darwin\" != `uname` && sh -e /etc/init.d/xvfb start" #- "sh -e travis-chromium-script.sh" script: "DISPLAY=:99.0 bundle exec rake core_spec" @@ -21,4 +21,4 @@ matrix: - env: JASMINE_BROWSER=phantomjs include: - language: objective-c - env: JASMINE_BROWSER=safari \ No newline at end of file + env: JASMINE_BROWSER=safari