This repository has been archived on 2024-11-03. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
mattermost-plugin-attachmen.../.travis.yml
2018-10-04 18:11:30 +02:00

9 lines
140 B
YAML

language: go
go:
- "1.11.x"
install:
- curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
script:
- make test