mirror of
https://github.com/retailcrm/prestashop-module.git
synced 2025-03-01 19:03:14 +03:00
test
This commit is contained in:
parent
a489fe2f58
commit
7daa69fc17
12
.travis.yml
12
.travis.yml
@ -1,4 +1,5 @@
|
||||
os: linux
|
||||
dist: trusty
|
||||
|
||||
language: php
|
||||
|
||||
@ -8,7 +9,12 @@ addons:
|
||||
- apache2
|
||||
- libapache2-mod-fastcgi
|
||||
|
||||
dist: trusty
|
||||
before_script: make before_script
|
||||
|
||||
script: make test
|
||||
|
||||
stages:
|
||||
- test
|
||||
|
||||
jobs:
|
||||
include:
|
||||
@ -67,10 +73,6 @@ jobs:
|
||||
env: BRANCH=1.7.5.x
|
||||
after_success: bash <(curl -s https://codecov.io/bash)
|
||||
|
||||
before_script: make before_script
|
||||
|
||||
script: phpunit
|
||||
|
||||
#deploy:
|
||||
# skip_cleanup: true
|
||||
# provider: script
|
||||
|
Loading…
x
Reference in New Issue
Block a user