We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a33787c commit 7585a7eCopy full SHA for 7585a7e
.travis.yml
@@ -7,11 +7,11 @@ branches:
7
# skip tags build, we are building branch and master that is enough for
8
# consistenty check and release. Let's use Travis CI resources optimally
9
# for aah framework.
10
- - /^v[0-9]\.[0-9]/
+ - /^v[0-9.]+$/
11
12
go:
13
- - 1.8
14
- 1.9
+ - "1.10"
15
- tip
16
17
go_import_path: aahframework.org/essentials.v0
0 commit comments