Browse Source

updated trivis.yml

Sanjoy Dey 10 years ago
parent
commit
21544b2d32

+ 1 - 1
frameworks/PHP/codeigniter/install.sh

@@ -9,4 +9,4 @@ fw_depends php nginx composer
 
 ${PHP_HOME}/bin/php ${COMPOSER_HOME}/composer.phar install \
   --no-interaction --working-dir $TROOT \
-  --no-progress --optimize-autoloader 
+  --no-progress --optimize-autoloader

+ 7 - 0
frameworks/PHP/php-cygnite/.travis.yml

@@ -0,0 +1,7 @@
+language: php
+
+php:
+  - 5.4
+
+before_script:
+  - "composer install"

+ 1 - 1
frameworks/PHP/php-cygnite/apps/configs/database.php

@@ -31,7 +31,7 @@ Configuration::initialize(
             array(
                 'db' => array(
                     'driver' => 'mysql',
-                    'host' => 'localhost',
+                    'host' => '127.0.0.1',
                     'port' => '',
                     'database' => 'hello_world',
                     'username' => 'benchmarkdbuser',