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

travis: s/-/_/ for elm deps

This commit is contained in:
James Hillyerd
2020-03-29 19:32:41 -07:00
parent 4a90b37815
commit da63e4d77a

View File

@@ -16,8 +16,8 @@ jobs:
- go: "master" - go: "master"
- language: elm - language: elm
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.16.0" node_js: "10.16.0"
install: install:
- "cd ui" - "cd ui"