Browse Source

replace tab with space in .travis.yml

Sanjoy Dey 10 years ago
parent
commit
4a9d77938d
2 changed files with 3 additions and 3 deletions
  1. 1 1
      .travis.yml
  2. 2 2
      frameworks/PHP/php-cygnite/install.sh

+ 1 - 1
.travis.yml

@@ -98,7 +98,7 @@ env:
     - "TESTDIR=PHP/cakephp"
     - "TESTDIR=PHP/hhvm"
     - "TESTDIR=PHP/php"
-	- "TESTDIR=PHP/php-cygnite"
+    - "TESTDIR=PHP/php-cygnite"
     - "TESTDIR=PHP/codeigniter"
     - "TESTDIR=PHP/php-fatfree"
     - "TESTDIR=PHP/fuel"

+ 2 - 2
frameworks/PHP/php-cygnite/install.sh

@@ -8,5 +8,5 @@ export NGINX_HOME=${IROOT}/nginx
 fw_depends php nginx composer
 
 ${PHP_HOME}/bin/php ${COMPOSER_HOME}/composer.phar install \
-  --no-interaction --working-dir $TROOT \
-  --no-progress --optimize-autoloader 
+--no-interaction --working-dir $TROOT \
+--no-progress --optimize-autoloader