mirror of
https://github.com/mikefarah/yq.git
synced 2026-08-24 00:04:50 +08:00
Fixed travis script, added Travis banner to readme
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# yaml
|
||||
# yaml [](https://travis-ci.org/mikefarah/yaml)
|
||||
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.
|
||||
|
||||
+3
-1
@@ -1,7 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
gofmt -w .
|
||||
set -e
|
||||
|
||||
gofmt -w .
|
||||
golint
|
||||
./ci.sh
|
||||
|
||||
go install
|
||||
|
||||
Reference in New Issue
Block a user