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

fix travisci config #2

Merged
merged 4 commits into from
Aug 23, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 4 additions & 18 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,8 @@ sudo: false

language: go

go:
- 1.7
- 1.8
- 1.9
- "1.10"
# 1.x builds the latest in that series. Also try to add other versions here
# as they come up so that we're pretty sure that we're maintaining
# backwards compatibility.
- 1.x

notifications:
email: false

services:
- redis-server
go_import_path: github.com/bartekn/throttled
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note: This will be changed in #1 to be github.com/stellar/throttled.


install: make get-deps

script: make
go:
- "1.11.x"
- "1.12.x"
30 changes: 0 additions & 30 deletions Makefile

This file was deleted.