mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
7 lines
129 B
Bash
Executable file
7 lines
129 B
Bash
Executable file
#!/bin/bash
|
|
|
|
if [ $TRAVIS_PHP_VERSION == "7.0" ]; then
|
|
exit 0
|
|
fi
|
|
|
|
bash etc/travis/prepare-cached-composer etc/travis/mongodb
|