Skip to content

Commit 3e6a39c

Browse files
committed
travis build config added
1 parent bc8a716 commit 3e6a39c

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

.travis.yml

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
language: go
2+
3+
sudo: false
4+
5+
branches:
6+
only:
7+
# - master
8+
# - integration
9+
10+
go:
11+
- 1.6
12+
- 1.7
13+
- 1.8
14+
- tip
15+
16+
go_import_path: aahframework.org/ahttp.v0-unstable
17+
18+
script:
19+
- go test -race -coverprofile=coverage.txt -covermode=atomic
20+
21+
after_success:
22+
- bash <(curl -s https://codecov.io/bash)
23+
24+
matrix:
25+
allow_failures:
26+
- go: tip

0 commit comments

Comments
 (0)