mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-02-05 03:58:43 +00:00
Remove cache install
This commit is contained in:
parent
795e0f29d6
commit
dc65cfdb02
|
|
@ -6,15 +6,11 @@ services:
|
||||||
- mysql
|
- mysql
|
||||||
- redis
|
- redis
|
||||||
- memcached
|
- memcached
|
||||||
before_install:
|
|
||||||
- apt-get update
|
|
||||||
- apt-get install -qq libmemcached-dev
|
|
||||||
before_script:
|
before_script:
|
||||||
- pecl install ast
|
- pecl install ast
|
||||||
- composer install
|
- composer install
|
||||||
- git clone -b develop https://github.com/Orange-Management/Build.git
|
- git clone -b develop https://github.com/Orange-Management/Build.git
|
||||||
- chmod -R 755 Build/Hooks
|
- chmod -R 755 Build/Hooks
|
||||||
- printf "\n" | pecl install memcached
|
|
||||||
addons:
|
addons:
|
||||||
code_climate:
|
code_climate:
|
||||||
repo_token:
|
repo_token:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user