Server IP : 103.118.17.23 / Your IP : 216.73.216.169 Web Server : Microsoft-IIS/10.0 System : Windows NT RESELLERPLESK22 10.0 build 20348 (Windows Server 2016) AMD64 User : IWAM_plesk(default) ( 0) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : E:/Inetpub/vhosts/mesa.org.in/httpdocs/mesa/ |
Upload File : |
# NOTE: If you are trying to run this off of your fork, you have to change the # docroot in travis/configuration.inc.php from /qcubed/ to the name of your fork. language: php php: - 5.3 env: - DB=mysql - DB=pgsql before_script: - sh -c "if [ '$DB' = 'mysql' ]; then mysql -e 'create database qcubed;'; mysql -u root qcubed < assets/_core/php/examples/mysql_innodb.sql; fi" - sh -c "if [ '$DB' = 'pgsql' ]; then createdb qcubed -U postgres; psql -d qcubed -f assets/_core/php/examples/pgsql.sql -U postgres; fi" script: travis/test.php