This website requires JavaScript.
Explore
Help
Sign In
mirror
/
logrus
mirror of
https://github.com/sirupsen/logrus.git
Watch
1
Star
0
Fork
You've already forked logrus
1
Code
Issues
Packages
Projects
Releases
Wiki
Activity
c734b5594a
logrus
/
.travis.yml
8 lines
70 B
YAML
Raw
Normal View
History
Unescape
Escape
travis: add config file
2014-03-26 17:20:36 +04:00
language
:
go
go
:
Updated Travis CI configuration. - Move to more recent version of Go, setting aside 1.1. - Use `install` instead of `before_script` to install library dependencies, as per [documentation](http://docs.travis-ci.com/user/languages/go/).
2014-09-14 22:50:08 +04:00
-
1.3
Test with go 1.4
2015-01-18 04:06:44 +03:00
-
1.4
travis: add config file
2014-03-26 17:20:36 +04:00
-
tip
Updated Travis CI configuration. - Move to more recent version of Go, setting aside 1.1. - Use `install` instead of `before_script` to install library dependencies, as per [documentation](http://docs.travis-ci.com/user/languages/go/).
2014-09-14 22:50:08 +04:00
install
:
Simplify dep install
2015-01-18 04:17:16 +03:00
-
go get -t ./...