oasis/.travis.yml

27 lines
501 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
# Test the latest and LTS releases >= LTS Dubnium (10).
2020-01-22 00:22:19 +00:00
node_js:
- lts/dubnium
- lts/erbium
- node
2019-09-16 22:50:03 +00:00
# All of the operating systems!
# Note: Windows support is iffy.
os:
- linux
- osx
- windows
2019-09-16 22:50:03 +00:00
# Don't build arbitrary branches, just pull requests + master + semver tags.
branches:
only:
- master
- "/^v\\d+\\.\\d+\\.\\d+$/"
# Never convert EOL characters.
# https://github.com/prettier/prettier/issues/7853
git:
autocrlf: input