Add js build and remove tests from travis
Signed-off-by: Julius Haertl <jus@bitgrid.net>
This commit is contained in:
11
.drone.yml
11
.drone.yml
@@ -129,6 +129,16 @@ pipeline:
|
||||
when:
|
||||
matrix:
|
||||
TESTS: php7.1
|
||||
jsbuild:
|
||||
image: mhart/alpine-node:6.8.0
|
||||
commands:
|
||||
- apk add --no-cache git
|
||||
- cd js
|
||||
- npm install --deps
|
||||
- ./node_modules/.bin/bower --allow-root install
|
||||
when:
|
||||
matrix:
|
||||
TESTS: jsbuild
|
||||
matrix:
|
||||
include:
|
||||
- TESTS: check-app-compatbility
|
||||
@@ -138,3 +148,4 @@ matrix:
|
||||
- TESTS: php5.6
|
||||
- TESTS: php7.0
|
||||
- TESTS: php7.1
|
||||
- TESTS: jsbuild
|
||||
|
||||
Reference in New Issue
Block a user