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:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user