Browse Source

teste teste

windhamdavid 11 years ago
parent
commit
35b55092d7
2 changed files with 18 additions and 1 deletions
  1. 0 1
      .gitignore
  2. 18 0
      .travis.yml

+ 0 - 1
.gitignore

@@ -9,7 +9,6 @@ tests/*
 tools/*
 phpunit.xml
 tests/phpunit/data/plugins/wordpress-importer
-.travis.yml
 vendor/*
 composer.phar
 

+ 18 - 0
.travis.yml

@@ -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