Skip to content

Commit

Permalink
test: 测试配置
Browse files Browse the repository at this point in the history
  • Loading branch information
medz committed Nov 30, 2018
1 parent 9d11cb8 commit 65460cd
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ branches:
language: php
php:
- 7.1.3 # 必须构建最低要求版本
# - 7.1
# - 7.2
# # - 7.3
# - nightly # 每夜 PHP 构建,PHP 开发版本
- 7.1
- 7.2
# - 7.3
- nightly # 每夜 PHP 构建,PHP 开发版本
env:
# - DB=mysql
- DB=postgres
Expand All @@ -33,18 +33,18 @@ script: php vendor/bin/phpunit --coverage-clover=coverage.xml
after_script:
- php vendor/bin/codacycoverage clover coverage.xml
- bash <(curl -s https://codecov.io/bash)
jobs:
include:
- stage: Build
name: Build Assets Test
language: node_js
node_js: 6
cache:
directories:
- "node_modules"
services: null
env: null
before_install: null
install: npm install
script: npm run dev
after_script: null
# jobs:
# include:
# - stage: Build
# name: Build Assets Test
# language: node_js
# node_js: 6
# cache:
# directories:
# - "node_modules"
# services: null
# env: null
# before_install: null
# install: npm install
# script: npm run dev
# after_script: null

0 comments on commit 65460cd

Please sign in to comment.