Skip to content

Commit 7585a7e

Browse files
committed
travis build config update
1 parent a33787c commit 7585a7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ branches:
77
# skip tags build, we are building branch and master that is enough for
88
# consistenty check and release. Let's use Travis CI resources optimally
99
# for aah framework.
10-
- /^v[0-9]\.[0-9]/
10+
- /^v[0-9.]+$/
1111

1212
go:
13-
- 1.8
1413
- 1.9
14+
- "1.10"
1515
- tip
1616

1717
go_import_path: aahframework.org/essentials.v0

0 commit comments

Comments
 (0)