add travis.yml

Former-commit-id: 336d9f0374b48cf94618257812046fd2637a65da [formerly 336d9f0374b48cf94618257812046fd2637a65da [formerly 2a4ebaad386bf868b827f7f9aa052a24d3033867 [formerly fdf584f7a5]]]
Former-commit-id: fc0f6d0c7619819dd2749f02b15e80400540cf77
Former-commit-id: 45f4cdd1cb7266a47e53a2680ee37bf2a70d8c26 [formerly 35ba1c8337b0550d2e817f9ac3b348c386b28188]
Former-commit-id: 230887e5e86d239ffa3e3ab801fa3c14a2bfc99a
pull/15/head
Miguel Mota 6 years ago
parent 719d9baef6
commit 01dbff80cd

@ -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