Skip to content

Commit 5d2d37a

Browse files
author
Mike Farah
committed
Fixed travis script, added Travis banner to readme
1 parent e3fc944 commit 5d2d37a

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# yaml
1+
# yaml [![Build Status](https://travis-ci.org/mikefarah/yaml.svg?branch=master)](https://travis-ci.org/mikefarah/yaml)
22
yaml is a lightweight and flexible command-line YAML processor
33

44
The aim of the project is to be the [jq](https://github.com/stedolan/jq) or sed of yaml files.

ci.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#!/bin/bash
22

3-
golint
3+
set -e
4+
45
go test
56
go build
67

precheckin.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
#!/bin/bash
22

3-
gofmt -w .
3+
set -e
44

5+
gofmt -w .
6+
golint
57
./ci.sh
68

79
go install

0 commit comments

Comments
 (0)