0874b49302
Hopefully we don't need the *latest* Node.js releases for the unit-tests to work on Travis, and by using "long-term support" releases instead we should be able to avoid these types of sudden failures in the future as well.
11 lines
161 B
YAML
11 lines
161 B
YAML
language: node_js
|
|
node_js:
|
|
- lts/*
|
|
cache:
|
|
directories:
|
|
- node_modules
|
|
install:
|
|
- npm install -g npm@latest
|
|
- npm install -g gulp-cli
|
|
- npm install
|