jquery-ui/.travis.yml
Michał Gołębiowski-Owczarek bfffac3fd5
Travis: Use Node 10, remove obsolete properties
Also, migrate to a Java build as we need JDK 8 and it's easier to
install a specific Node.js version in a Java image than vice-versa.

Closes gh-1938
2020-10-14 23:45:19 +02:00

14 lines
201 B
YAML

dist: bionic
language: java
jdk:
- openjdk8
env:
- NODE_VERSION="10"
- NODE_VERSION="14"
install:
- nvm install "$NODE_VERSION"
- npm install
script:
- nvm use "$NODE_VERSION"
- npm test