synclounge/.travis.yml

16 lines
192 B
YAML
Raw Normal View History

2020-06-07 06:02:23 +00:00
language: node_js
node_js:
- node
- lts/*
2020-07-23 20:58:44 +00:00
arch:
- amd64
- ppc64le
- s390x
- arm64
os: linux # different CPU architectures are only supported on Linux
2020-06-07 06:02:23 +00:00
script:
- npm run build