Skip to content

Commit 4cb2687

Browse files
committed
build config update
1 parent cc4c8ff commit 4cb2687

File tree

2 files changed

+6
-16
lines changed

2 files changed

+6
-16
lines changed

.travis.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@ language: go
33
sudo: false
44

55
branches:
6-
only:
7-
# - master
8-
# - integration
6+
except:
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]/
911

1012
go:
1113
- 1.6
@@ -16,7 +18,7 @@ go:
1618
go_import_path: aahframework.org/essentials.v0-unstable
1719

1820
script:
19-
- bash go.test.sh
21+
- bash <(curl -s https://aahframework.org/go-test)
2022

2123
after_success:
2224
- bash <(curl -s https://codecov.io/bash)

go.test.sh

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)