1 Star 0 Fork 0

Mars/MiniPartTimeApi

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 958 Bytes
一键复制 编辑 原始数据 按行查看 历史
Mars 提交于 2019-01-17 13:49 . commit message
language: php
php:
# - 5.4
- 5.5
- 5.6
# - 7.0
- 7.1
- 7.2
# - hhvm
# faster builds on new travis setup not using sudo
sudo: false
# cache vendor dirs
cache:
directories:
- $HOME/.composer/cache
install:
- travis_retry composer self-update && composer --version
- travis_retry composer update --prefer-dist --no-interaction
# setup application:
- |
./init --env=Development
sed -i s/root/travis/ common/config/main-local.php
sed -i "s/'cookieValidationKey' => ''/'cookieValidationKey' => 'testkey'/" frontend/config/main.php
sed -i "s/'cookieValidationKey' => ''/'cookieValidationKey' => 'testkey'/" backend/config/main.php
before_script:
- mysql -e 'CREATE DATABASE cms_test;'
- echo "extension = imagick.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
- printf "\n" | pecl install -f imagick
- php yii_test migrate --interactive=0 frontendUri=//localhost
script:
- vendor/bin/codecept run
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mars167/MiniPartTimeApi.git
git@gitee.com:mars167/MiniPartTimeApi.git
mars167
MiniPartTimeApi
MiniPartTimeApi
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385