* Add fake dependency * [XYZ-6] Add sampledata platform command * Creating EMOJI_NAME_MAX_LENGTH as a constant and using it where needed
12 строки
92 B
YAML
12 строки
92 B
YAML
sudo: false
|
|
language: go
|
|
|
|
go:
|
|
- 1.6
|
|
- 1.7
|
|
- 1.8
|
|
- master
|
|
- tip
|
|
|
|
script: make test
|