We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01b8966 commit 12a608bCopy full SHA for 12a608b
.travis.yml
@@ -3,12 +3,12 @@ php:
3
- 7.1
4
- 7.2
5
- 7.3
6
-- 7.4
+- 7.4snapshot
7
- nightly
8
env: # important!
9
matrix:
10
allow_failures:
11
- - php: 7.4
+ - php: 7.4snapshot
12
- php: nightly
13
14
before_script:
sonar-project.properties
@@ -2,4 +2,5 @@ sonar.projectKey=SMillerDev_phpdraft
2
sonar.projectName=PHPDraft
sonar.sources=src/PHPDraft
sonar.php.coverage.reportPaths=coverage.xml
-sonar.exclusions=src/PHPDraft/**/Tests/**, tests/**
+sonar.exclusions=src/PHPDraft/**/Tests/**, tests/**
+sonar.coverage.exclusions=src/PHPDraft/Out/HTML/**
0 commit comments