Skip to content

Commit

Permalink
更新构建
Browse files Browse the repository at this point in the history
  • Loading branch information
twinh committed Feb 20, 2018
1 parent e6c6829 commit 3a99de2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
9 changes: 3 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,15 @@
language: php

php:
- '5.4'
- '5.5'
- '5.6'
- '7.0'
- hhvm
- nightly
- '7.1'

matrix:
fast_finish: true
allow_failures:
- php: hhvm
- php: nightly
- php: '7.0'
- php: '7.1'

services:
- memcached
Expand Down
6 changes: 5 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@
],
"license": "MIT",
"require": {
"miaoxing/app": "dev-master@dev"
"miaoxing/app": "dev-master@dev",
"miaoxing/admin": "dev-master@dev"
},
"require-dev": {
"miaoxing/coding-standards": "^2.0.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 3a99de2

Please sign in to comment.