Merge branch 'master' into select-first-color
This commit is contained in:
@@ -6,7 +6,7 @@ php:
|
|||||||
- 7
|
- 7
|
||||||
env:
|
env:
|
||||||
matrix:
|
matrix:
|
||||||
- CORE_BRANCH=master DB=sqlite
|
- CORE_BRANCH=master DB=sqlite TEST_JS=1
|
||||||
- CORE_BRANCH=master DB=mysql
|
- CORE_BRANCH=master DB=mysql
|
||||||
- CORE_BRANCH=stable11 DB=sqlite
|
- CORE_BRANCH=stable11 DB=sqlite
|
||||||
- CORE_BRANCH=stable11 DB=mysql
|
- CORE_BRANCH=stable11 DB=mysql
|
||||||
@@ -24,9 +24,7 @@ before_script:
|
|||||||
- make install-deps
|
- make install-deps
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- node --version
|
- sh -c "if [ '$TRAVIS_PHP_VERSION' = '7.0' ] && [ '$TEST_JS' = '1' ]; then make build-js; fi;"
|
||||||
- npm --version
|
|
||||||
- make build-js
|
|
||||||
- make test
|
- make test
|
||||||
|
|
||||||
after_failure:
|
after_failure:
|
||||||
|
|||||||
Reference in New Issue
Block a user