This website requires JavaScript.
Explore
Help
Sign In
RepoMirrors
/
prometheus
mirror of
https://github.com/prometheus/prometheus
Watch
1
Star
0
Fork
You've already forked prometheus
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
244a4a9cdb
prometheus
/
.travis.yml
9 lines
98 B
YAML
Raw
Normal View
History
Unescape
Escape
Add nascent Travis CI configuration.
2012-11-28 21:58:14 +00:00
language
:
go
before_script
:
Update to go1.1. This commit updates the documentation, Makefiles, formatting, and code semantics to support the 1.1. runtime, which includes ... 1. ``make advice``, 2. ``make format``, and 3. ``go fix`` on various targets.
2013-05-14 10:39:08 +00:00
-
gvm install go1.1 || true
-
gvm use go1.1 || true
Add nascent Travis CI configuration.
2012-11-28 21:58:14 +00:00
script
:
New self-sustaining, hermetic build system. This should help us produce self-contained artifacts for users as well as lower the hurdles for first-time contributors.
2013-04-14 04:59:55 +00:00
-
make