1 Star 0 Fork 859

hokhyk / chemex

forked from celaraze / chemex 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 402 Bytes
一键复制 编辑 原始数据 按行查看 历史
celaraze 提交于 2022-06-24 13:47 . 合并:压缩commit提交
# .travis.yml
dist: focal
language: php
php:
- 8.0
services:
- mysql
cache:
directories:
- node_modules
- vendor
before_script:
- echo "extension = ldap.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
- cp .env.travis .env
- sudo mysql -e 'CREATE DATABASE testing DEFAULT CHARSET utf8mb4 COLLATE utf8mb4_unicode_ci;'
- php artisan chemex:install --no-interaction
PHP
1
https://gitee.com/hokhyk/chemex.git
git@gitee.com:hokhyk/chemex.git
hokhyk
chemex
chemex
main

搜索帮助