You are here

ci.sh in Convert Media Tags to Markup 8

Same filename and directory in other branches
  1. 2.x scripts/ci.sh
#!/bin/bash
#
# Run tests on Circle CI.
#
set -e

./scripts/test.sh
./scripts/deploy.sh

File

scripts/ci.sh
View source
  1. #!/bin/bash
  2. #
  3. # Run tests on Circle CI.
  4. #
  5. set -e
  6. ./scripts/test.sh
  7. ./scripts/deploy.sh