This website requires JavaScript.
Explore
Help
Sign In
RepoMirrors
/
node_exporter
mirror of
https://github.com/prometheus/node_exporter
Watch
1
Star
0
Fork
You've already forked node_exporter
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
798950d25b
node_exporter
/
.travis.yml
10 lines
58 B
YAML
Raw
Normal View
History
Unescape
Escape
update travis * use new Travis infrastructure * specify Go versions (1.4.3, 1.5.1, tip) * bypass the makefile to really build with all versions
2015-09-26 15:29:24 +00:00
sudo
:
false
added travis automated build and status on the readme
2015-03-19 02:04:29 +00:00
language
:
go
update travis * use new Travis infrastructure * specify Go versions (1.4.3, 1.5.1, tip) * bypass the makefile to really build with all versions
2015-09-26 15:29:24 +00:00
go
:
Remove golang 1.7 from CI test matrix As staticcheck requires now golang 1.8 as minimum version, the easiest solution was to side step that issue and simply stop testing on go 1.7.
2017-03-14 03:19:45 +00:00
-
1.8
Vendor all dependencies Uses godep to vendor dependencies. Godeps is not necessary during build, golang's new vendor support is used instead.
2016-01-21 03:19:15 +00:00
-
tip
added travis automated build and status on the readme
2015-03-19 02:04:29 +00:00
script
:
New release process using docker, circleci and a centralized building tool
2016-01-24 22:38:06 +00:00
-
make