add travis.yml

pull/5/head
Miguel Mota 6 years ago
parent 3aa9b9ad46
commit fdf584f7a5

@ -0,0 +1,13 @@
; http://editorconfig.org/
root = true
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
trim_trailing_whitespace = true
[*.go]
indent_style = tab
indent_size = 4

@ -0,0 +1,7 @@
language: go
go:
- "1.9.x"
- "1.10.x"
- "master"
script:
- make test

@ -13,3 +13,6 @@ clean:
go clean && \
rm -f bin/cointop64 && \
rm -f bin/cointop32
test:
@echo "no tests"

Loading…
Cancel
Save