summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorEyal Posener <[email protected]>2017-11-04 11:52:09 +0200
committerGitHub <[email protected]>2017-11-04 11:52:09 +0200
commit00c86494ff7035cfd62f66042e9ca2b118b90122 (patch)
treeb507c4736c6f8de2e887e76b952961d1c8dcc44c /.travis.yml
parent88e59760adaddb8276c9b15511302890690e2dae (diff)
parentc45e6fe8516b89faca97fc3a485949a07a9530c7 (diff)
Merge pull request #53 from posener/finally-filter-matches
Filter matches as a final stage
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 459df21..c2798f8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,8 +1,8 @@
language: go
sudo: false
go:
+ - 1.9
- 1.8
- - tip
before_install:
- go get -u -t ./...