Sylius/etc/travis/suites/suite-default
Adam Elsodaney 8901de630d Create the "etc" directory for environment specific configuration.
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.
2015-12-11 12:55:55 +01:00

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