This website requires JavaScript.
Explore
Help
Register
Sign In
suyiiyii
/
yq
Watch
1
Star
0
Fork
0
You've already forked yq
mirror of
https://github.com/mikefarah/yq.git
synced
2024-11-12 13:48:06 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
66c8390d54
yq
/
.travis.yml
7 lines
82 B
YAML
Raw
Normal View
History
Unescape
Escape
Added travis config
2017-02-12 20:28:48 +00:00
language
:
go
go
:
-
1.7
.x
Task: Simplify development The base directory has all shell scripts in scripts/ and all example/test files in examples/. A Makefile provides all the commands with helpful information. If a developer simply types `make` then vendor is properly updated, the code is formatted, linted, tested, built, acceptance test run, and installed. Linting errors resolved. Ignored test case (`TestParsePath`) updated to work as expected.
2017-09-20 23:40:33 +00:00
script
:
-
scripts/devtools.sh
-
make local build
Reference in New Issue
Copy Permalink