mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
With the introduction of AppVeyor continuous integration and improved setup of Travis, the root directory may start to become disorganised or cluttered, especially if there are more tools to be integrated in the future. Moving files for AppVeyor, Travis and Vagrant into an "etc" directory will help estabish a new location for similar files.
8 lines
169 B
Bash
Executable file
8 lines
169 B
Bash
Executable file
#!/bin/bash
|
|
bin/phpspec run -f dot
|
|
|
|
bin/behat --strict -f progress -p cached
|
|
|
|
etc/travis/prepare/prepare-javascript
|
|
|
|
bin/behat --strict -f progress -p javascript_cached
|