1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2025-12-17 17:47:03 +00:00

travis: Switch to ubuntu bionic w/ preinstalled nodejs

This commit is contained in:
James Hillyerd
2020-03-22 21:53:19 -07:00
parent 66c95baf05
commit c21066752f

View File

@@ -1,3 +1,5 @@
dist: bionic
env: env:
global: global:
- GO111MODULE=on - GO111MODULE=on
@@ -16,7 +18,7 @@ jobs:
elm: "latest-0.19.1" elm: "latest-0.19.1"
elm-format: "latest-0.19.1" elm-format: "latest-0.19.1"
elm-test: "latest-0.19.1" elm-test: "latest-0.19.1"
node_js: '10.19' node_js: "10.16.0"
install: install:
- "cd ui" - "cd ui"
- "npm ci" - "npm ci"