Browse Source

Fix commands

Jordi Boggiano 9 years ago
parent
commit
a1e5bfac37
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .travis.yml

+ 2 - 2
.travis.yml

@@ -22,8 +22,8 @@ matrix:
 
 before_script:
     - cp app/config/parameters.yml.dist app/config/parameters.yml
-    - echo "    github.client_id: $GH_CLIENT_ID" >> app/config/parameters.yml
-    - echo "    github.client_secret: $GH_CLIENT_SECRET" >> app/config/parameters.yml
+    - 'echo "    github.client_id: $GH_CLIENT_ID" >> app/config/parameters.yml'
+    - 'echo "    github.client_secret: $GH_CLIENT_SECRET" >> app/config/parameters.yml'
     - curl -sSL https://raw.githubusercontent.com/moliware/travis-solr/master/travis-solr.sh | SOLR_VERSION=3.5.0 SOLR_CONFS="doc/schema.xml" bash
     - composer install
     - app/console doc:sch:create --env=test -n