1 Star 0 Fork 2

yyboss/influxdb-orm

forked from 宇润/influxdb-orm 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 647 Bytes
一键复制 编辑 原始数据 按行查看 历史
宇润 提交于 2019-12-25 18:55 . 功能增强、新增测试用例 (#1)
root: required
language: php
dist: bionic
php:
- "7.1"
- "7.2"
- "7.3"
- "7.4"
env:
jobs:
- INFLUXDB_VERSION=1.7.9
global:
- INFLUXDB_HOST=127.0.0.1
- INFLUXDB_PORT=8086
- INFLUXDB_USERNAME=
- INFLUXDB_PASSWORD=
- INFLUXDB_TEST_DB=db_influxdb_orm_dbtest
- INFLUXDB_TEST_ORM_DB=db_influxdb_orm_ormtest
install:
- wget https://dl.influxdata.com/influxdb/releases/influxdb_${INFLUXDB_VERSION}_amd64.deb
- sudo dpkg -i influxdb_${INFLUXDB_VERSION}_amd64.deb
- sudo service influxdb start
- sudo service influxdb status
before_script:
- composer update
script:
- composer test
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/yyboss/influxdb-orm.git
git@gitee.com:yyboss/influxdb-orm.git
yyboss
influxdb-orm
influxdb-orm
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385