Skip to content

Commit ab27b36

Browse files
committed
version bump to 0.3 and travis build config update
1 parent 093cc28 commit ab27b36

File tree

3 files changed

+4
-11
lines changed

3 files changed

+4
-11
lines changed

.travis.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,9 @@ go:
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

2418
script:
25-
# - cd $GOPATH/src/aahframework.org/essentials.v0
2619
- bash go.test.sh
2720

2821
after_success:

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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

essentials.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
package ess
88

99
// Version no. of go-aah/essentials library
10-
var Version = "0.2"
10+
var Version = "0.3"

0 commit comments

Comments
 (0)