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

17 lines
269 B
YAML

language: node_js
node_js:
- "10"
- "8"
addons:
chrome: stable
cache:
directories:
- node_modules
- .shadow-cljs
- $HOME/.m2
jobs:
include:
- stage: test and build
script: npm test
- state: test and build
script: npm run build