@@ -9,7 +9,6 @@ tests/*
tools/*
phpunit.xml
tests/phpunit/data/plugins/wordpress-importer
-.travis.yml
vendor/*
composer.phar
@@ -0,0 +1,18 @@
+language: php
+
+php:
+ - "5.2"
+ - "5.3"
+ - "5.4"
+ - "5.5"
+branches:
+ except:
+ - dev
+before_script:
+ - npm install -g grunt-cli
+ - npm install
+script: grunt