瀏覽代碼

Add travis-ci testing support

Adding support for testing through travis-ci.
paladox 9 年之前
父節點
當前提交
751219202c
共有 1 個文件被更改,包括 10 次插入0 次删除
  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"
+		]
+	}
+}