We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08a0539 commit 4d274ddCopy full SHA for 4d274dd
.travis.yml
@@ -0,0 +1,13 @@
1
+language: php
2
+php:
3
+ - "7.0"
4
+ - "7.1"
5
+ - "7.2"
6
+ - "7.3"
7
+env:
8
+ global:
9
+ - COMPOSER_DISABLE_XDEBUG_WARN=1
10
+install:
11
+ - composer install
12
+script:
13
+ - composer test
composer.json
@@ -0,0 +1,15 @@
+{
+ "name": "emoncms/app",
+ "homepage": "https://emoncms.org",
+ "support": {
+ "forum": "https://community.openenergymonitor.org/"
+ },
+ "require-dev": {
+ "jakub-onderka/php-parallel-lint": "1.0.0"
+ "scripts": {
+ "test": {
+ "parallel-lint . --exclude vendor"
+ }
14
15
+}
0 commit comments