Skip to content
This repository was archived by the owner on May 27, 2025. It is now read-only.

Commit 0e4cff4

Browse files
committed
Update .travis.yml.
1 parent f174d79 commit 0e4cff4

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.travis.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
11
language: go
22
go:
33
- '1.8'
4-
before_install:
5-
- go get -v github.com/mattn/goveralls
4+
cache:
5+
directories:
6+
- tools/bin
67
script:
7-
- make all
8-
- "$HOME/gopath/bin/goveralls -coverprofile=cover.out -service=travis-ci"
8+
- CONCURRENT_LINTERS=1 LINTER_DEADLINE=180s make all
9+
- tools/bin/goveralls -coverprofile=cover.out -service=travis-ci
910
deploy:
1011
skip_cleanup: true
1112
provider: releases
1213
api_key:
1314
secure: gdm6LDCf02hmOWqtpXm2D7oHX3SiHkb/f+nLgv2B4+tWIp/M4On/5Wl5KlRDRASbjgo4PwDb1fJZl8wgM59f/N2HpbMLFXzH/vlqkZtiGVBSB4Mg8RvFzURqQ+H5H5ijxYjm0AMUD17bfk2KePCGq9GNJRgvGTlxDOTQv2zjrpM8S0nmjhAyaI9Lz8xOMIsp36R1ChVRxaGCqX/BCBI7g5xgNFnuNaKKFxBUWsu1eJM413ZAwj4Ni7WcJ2sCWiUuHp+FBXjB2gup9x3OsqEogDtT+21HZtV6m4mlNlVJBr4PPdUBbflUg1o/mOFEr3gvxLg9lITpkIBPZ6HpMr2sbjJN6B6NowSXTZmIHluJCUsWMdMgTwhbB5W9vU/gORU8N3hAcgO5/mTIVillYSwwf2dj91mIHQnWgM5rzx2AXTKGs4gwMhj85eLXm+9xaOSV1PuPvfDJhQbFhQYaublLoYBW8ncfIQVmnPsVK4NdLDIe6rWkclZssADq4FrnvfVb6tK166nqOTdtWfgOs4lBTjri8k1X7dCI4N0UXjBC0cyUsJziAxzbI+nZ4U890A0zJvicaGC00SiVl2fqQ+3NyJNQG9j1WQG79Yqc09LdWEmIdalFYRVd3WqiSGoh+SR4A/l2erjJIU03sfzP+Nf+ZlNPeeLFpTYMkhDA/cU2gc8=
14-
file: prometheus-prefiller
15+
file: prometheus-prefiller.x86_64
1516
on:
1617
repo: wrouesnel/prometheus-prefiller
1718
tags: true

0 commit comments

Comments
 (0)