mark2web/vendor/github.com/ddliu/motto/.travis.yml
Sebastian Frank a781485c0a
Some checks failed
continuous-integration/drone/push Build is failing
no git submodules
2022-02-28 10:28:34 +01:00

12 lines
184 B
YAML

language: go
go:
- 1.6.x
- tip
before_install:
- "sudo apt-get update -qq"
- "sudo apt-get install -qq nodejs"
before_script:
- "cd ./tests/npm && npm install && cd ../../"