oasis/.travis.yml

19 lines
283 B
YAML
Raw Normal View History

2019-09-16 22:50:03 +00:00
# Use Node.js configuration.
2019-09-16 20:48:32 +00:00
language: node_js
2019-09-16 22:50:03 +00:00
# Both latest Node.js and latest LTS.
2020-01-22 00:22:19 +00:00
node_js:
2019-09-16 20:45:08 +00:00
- lts/*
- node
2019-09-16 22:50:03 +00:00
# All of the operating systems!
# Note: Windows support is very iffy.
os:
- linux
- osx
- windows
2019-09-16 22:50:03 +00:00
# This keeps Yarn from hanging the build.
env:
- YARN_GPG=no