Skip to content

Commit

Permalink
Fixes #2061: Validation doesn't occur in multisite paths. (#2369)
Browse files Browse the repository at this point in the history
* Fixes #2061: Validation doesn't occur in multisite paths.

* Adding check for filesets.

* Adding missing filesets.

* Adding PHP 7.0 test.

* ok.

* Adding BLT version to verbose output.

* Fixing.

* Don't scan multisite files.
  • Loading branch information
grasmash committed Dec 14, 2017
1 parent fad11de commit e7752d3
Show file tree
Hide file tree
Showing 6 changed files with 79 additions and 4,966 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -3,6 +3,7 @@ language: php
dist: trusty

php:
- 7.0
- 7.1

env:
Expand Down
5 changes: 5 additions & 0 deletions bin/blt-robo-run.php
Expand Up @@ -19,6 +19,11 @@
$input = new ArgvInput($_SERVER['argv']);
$output = new ConsoleOutput();

// Write BLT version for debugging.
if ($output->isVerbose()) {
$output->writeln("<comment>BLT version " . Blt::VERSION . "</comment>");
}

// Initialize configuration.
$config_initializer = new ConfigInitializer($repo_root, $input);
$config = $config_initializer->initialize();
Expand Down

0 comments on commit e7752d3

Please sign in to comment.