Skip to content
This repository has been archived by the owner on Jun 21, 2018. It is now read-only.

Commit

Permalink
Merge pull request #26 from moira-alert/go_1.7.4
Browse files Browse the repository at this point in the history
Switch to Golang v1.7.4
  • Loading branch information
titusjaka authored Dec 28, 2016
2 parents e7e6aca + 622341e commit e126e2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ language: go
dist: trusty
sudo: required
go:
- 1.7
- 1.7.4
notifications:
webhooks:
urls:
Expand Down Expand Up @@ -44,4 +44,4 @@ deploy:
skip_cleanup: true
on:
tags: true
condition: $TRAVIS_GO_VERSION = 1.5.3
condition: $TRAVIS_GO_VERSION = 1.7.4

0 comments on commit e126e2f

Please sign in to comment.