Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS MAMP 2.1.2 myPHPAdmin recommends a newer version – 3.5.7 Re: MAMP 2.1.2 myPHPAdmin recommends a newer version – 3.5.7

#125321
santoscork
Member

Ah yes, forgot to mention this, it’s kind of curious.

After extracting “phpMyAdmin-3.5.7-all-languages.7z” sourced from http://www.phpmyadmin.net/home_page/downloads.php I found an invisible file named,

.travis.yml

I didn’t copy it because generally if one did not have invisibles showing it would not get copied. It’s contents are:

language: php
php:
– “5.4”
– “5.3”
before_script: ./scripts/generate-mo –quiet
script: phpunit –configuration phpunit.xml.nocoverage

Does anyone know what this is for?

Daniel will likely tell me to google it so here it is: http://about.travis-ci.org/docs/user/build-configuration/

I don’t know what it all means.

Should I copy the .travis.yml file to MAMP/bin/phpMyAdmin folder even though it would normally get missed with a regular drag and drop copy using the Finder? My gut tells me I should.

Alex