1
0
Fork 0
mirror of https://github.com/heyarne/airsonic-ui.git synced 2026-05-06 18:33:38 +02:00

Configure travis to test and build in parallel

This commit is contained in:
Arne Schlüter 2018-11-09 17:47:39 +01:00
commit 284a531f21

View file

@ -9,3 +9,9 @@ cache:
- node_modules
- .shadow-cljs
- $HOME/.m2
jobs:
include:
- stage: test and build
script: npm test
- state: test and build
script: npm run build