mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
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
This commit is contained in:
parent
2434dfd45d
commit
bfffac3fd5
18
.travis.yml
18
.travis.yml
@ -1,5 +1,13 @@
|
||||
sudo: required
|
||||
dist: trusty
|
||||
language: node_js
|
||||
node_js:
|
||||
- "6"
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user