diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 7823f8f..0000000 --- a/.travis.yml +++ /dev/null @@ -1,20 +0,0 @@ -language: php - -php: - - "5.2" - - "5.3" - - "5.4" - - "5.5" - -before_script: - - mysql -e "CREATE DATABASE wordpress_tests;" -uroot - - wget https://raw.githubusercontent.com/x-team/wordpress-develop/master/wp-tests-config-sample.php - - cp wp-tests-config-sample.php wp-tests-config.php - - sed -i "s/youremptytestdbnamehere/wordpress_tests/" wp-tests-config.php - - sed -i "s/yourusernamehere/travis/" wp-tests-config.php - - sed -i "s/yourpasswordhere//" wp-tests-config.php - - svn checkout https://plugins.svn.wordpress.org/wordpress-importer/trunk tests/phpunit/data/plugins/wordpress-importer - - npm install -g grunt-cli - - npm install - -script: grunt test diff --git a/README.md b/README.md index 10b9a65..a9402be 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,4 @@ # The Gus Theme -[![Build Status](https://travis-ci.org/mattrude/wp-theme-gus.svg?branch=master)](https://travis-ci.org/mattrude/wp-theme-gus) The Gus theme for [WordPress](http://wordpress.org) was designed to be used on a personal site, not as a site for an origination or group. Gus a is clean, easy to read, theme built to be quick but have all the needed functionality for [mattrude.com](http://mattrude.com).