소스 검색

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"
+		]
+	}
+}