mirror of
https://github.com/taigrr/yq
synced 2025-01-18 04:53:17 -08:00
Fixed travis script, added Travis banner to readme
This commit is contained in:
parent
e3fc944709
commit
5d2d37a5f8
@ -1,4 +1,4 @@
|
|||||||
# yaml
|
# yaml [](https://travis-ci.org/mikefarah/yaml)
|
||||||
yaml is a lightweight and flexible command-line YAML processor
|
yaml is a lightweight and flexible command-line YAML processor
|
||||||
|
|
||||||
The aim of the project is to be the [jq](https://github.com/stedolan/jq) or sed of yaml files.
|
The aim of the project is to be the [jq](https://github.com/stedolan/jq) or sed of yaml files.
|
||||||
|
3
ci.sh
3
ci.sh
@ -1,6 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
golint
|
set -e
|
||||||
|
|
||||||
go test
|
go test
|
||||||
go build
|
go build
|
||||||
|
|
||||||
|
@ -1,7 +1,9 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
gofmt -w .
|
set -e
|
||||||
|
|
||||||
|
gofmt -w .
|
||||||
|
golint
|
||||||
./ci.sh
|
./ci.sh
|
||||||
|
|
||||||
go install
|
go install
|
||||||
|
Loading…
x
Reference in New Issue
Block a user