Forráskód Böngészése

Add travis-ci testing support

Adding support for testing through travis-ci.
paladox 9 éve
szülő
commit
751219202c
1 módosított fájl, 10 hozzáadás és 0 törlés
  1. 10 0
      composer.json

+ 10 - 0
composer.json

@@ -0,0 +1,10 @@
+{
+	"require-dev": {
+		"jakub-onderka/php-parallel-lint": "0.9"
+	},
+	"scripts": {
+		"test": [
+			"parallel-lint . --exclude vendor"
+		]
+	}
+}