You are here

install.sh in Lightning Core 8.3

Same filename and directory in other branches
  1. 8.4 tests/travis/install.sh
#!/usr/bin/env bash

# NAME
#     install.sh - Install Travis CI dependencies
#
# SYNOPSIS
#     install.sh
#
# DESCRIPTION
#     Creates the test fixture.

cd "$(dirname "$0")"; source _includes.sh

orca fixture:init -f --sut drupal/lightning_core --sut-only --core ~8.6.0 --no-site-install

File

tests/travis/install.sh
View source
  1. #!/usr/bin/env bash
  2. # NAME
  3. # install.sh - Install Travis CI dependencies
  4. #
  5. # SYNOPSIS
  6. # install.sh
  7. #
  8. # DESCRIPTION
  9. # Creates the test fixture.
  10. cd "$(dirname "$0")"; source _includes.sh
  11. orca fixture:init -f --sut drupal/lightning_core --sut-only --core ~8.6.0 --no-site-install