mirror of
https://github.com/retailcrm/opencart-module.git
synced 2024-11-21 20:56:07 +03:00
update travis config
This commit is contained in:
parent
c8690e8252
commit
979fdf58b6
13
.travis.yml
13
.travis.yml
@ -22,12 +22,17 @@ env:
|
||||
- SERVER_PORT=8000
|
||||
- SERVER_URL=http://localhost
|
||||
|
||||
stages:
|
||||
- test
|
||||
- deploy
|
||||
|
||||
before_script: make before_script
|
||||
|
||||
script: composer test
|
||||
|
||||
jobs:
|
||||
include:
|
||||
- stage: test
|
||||
script: composer test
|
||||
before_script: make before_script
|
||||
- stage: GitHub Release
|
||||
- stage: deploy
|
||||
script: make build_archive
|
||||
before_deploy:
|
||||
- export VERSION=`cat VERSION`
|
||||
|
Loading…
Reference in New Issue
Block a user