File tree Expand file tree Collapse file tree 3 files changed +4
-11
lines changed Expand file tree Collapse file tree 3 files changed +4
-11
lines changed Original file line number Diff line number Diff line change 1313 - 1.8
1414 - tip
1515
16- before_install :
17- - bash <(curl -s https://aahframework.org/env.txt) "essentials" "v0"
18-
19- install :
20- - cd $GOPATH/src/aahframework.org/essentials.v0
21- - go get -v -t ./...
22- # - go get -v -t aahframework.org/essentials.v0/...
16+ go_import_path : aahframework.org/essentials.v0-unstable
2317
2418script :
25- # - cd $GOPATH/src/aahframework.org/essentials.v0
2619 - bash go.test.sh
2720
2821after_success :
Original file line number Diff line number Diff line change 11# essentials - aah framework
22
3- [ ![ Build Status] ( https://travis-ci.org/go-aah/essentials.svg?branch=master )] ( https://travis-ci.org/go-aah/essentials ) [ ![ codecov] ( https://codecov.io/gh/go-aah/essentials/branch/master/graph/badge.svg )] ( https://codecov.io/gh/go-aah/essentials/branch/master ) [ ![ Go Report Card] ( https://goreportcard.com/badge/aahframework.org/essentials )] ( https://goreportcard.com/report/aahframework.org/essentials )
4- [ ![ Version] ( https://img.shields.io/badge/version-0.2 -blue.svg )] ( https://github.com/go-aah/essentials/releases/latest ) [ ![ GoDoc] ( https://godoc.org/aahframework.org/essentials?status.svg )] ( https://godoc.org/aahframework.org/essentials ) [ ![ License] ( https://img.shields.io/github/license/go-aah/essentials.svg )] ( LICENSE )
3+ [ ![ Build Status] ( https://travis-ci.org/go-aah/essentials.svg?branch=master )] ( https://travis-ci.org/go-aah/essentials ) [ ![ codecov] ( https://codecov.io/gh/go-aah/essentials/branch/master/graph/badge.svg )] ( https://codecov.io/gh/go-aah/essentials/branch/master ) [ ![ Go Report Card] ( https://goreportcard.com/badge/aahframework.org/essentials.v0 )] ( https://goreportcard.com/report/aahframework.org/essentials.v0 )
4+ [ ![ Version] ( https://img.shields.io/badge/version-0.3 -blue.svg )] ( https://github.com/go-aah/essentials/releases/latest ) [ ![ GoDoc] ( https://godoc.org/aahframework.org/essentials.v0 ?status.svg )] ( https://godoc.org/aahframework.org/essentials.v0 ) [ ![ License] ( https://img.shields.io/github/license/go-aah/essentials.svg )] ( LICENSE )
55
66*** v0.2 [ released] ( https://github.com/go-aah/essentials/releases/latest ) and tagged on Mar 03, 2017***
77
Original file line number Diff line number Diff line change 77package ess
88
99// Version no. of go-aah/essentials library
10- var Version = "0.2 "
10+ var Version = "0.3 "
You can’t perform that action at this time.
0 commit comments