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:
parent
e7945e9474
commit
284a531f21
1 changed files with 6 additions and 0 deletions
|
|
@ -9,3 +9,9 @@ cache:
|
||||||
- node_modules
|
- node_modules
|
||||||
- .shadow-cljs
|
- .shadow-cljs
|
||||||
- $HOME/.m2
|
- $HOME/.m2
|
||||||
|
jobs:
|
||||||
|
include:
|
||||||
|
- stage: test and build
|
||||||
|
script: npm test
|
||||||
|
- state: test and build
|
||||||
|
script: npm run build
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue