dist: bionic env: global: - GO111MODULE=on language: go install: - "go get golang.org/x/lint/golint" - "make deps" jobs: include: - go: "1.14.x" - go: "1.15.x" - language: elm elm: "latest-0.19.1" elm_format: "latest-0.19.1" elm_test: "latest-0.19.1" node_js: "10.16.0" install: - "cd ui" - "npm ci" script: - "elm-format --validate ." - "npm run build" stages: - test