Add js build and remove tests from travis

Signed-off-by: Julius Haertl <jus@bitgrid.net>
This commit is contained in:
Julius Haertl
2017-03-02 11:12:22 +01:00
parent cf03e08d1e
commit 3e3b120175
2 changed files with 11 additions and 7 deletions

View File

@@ -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