0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-07-07 05:28:38 +02:00

Merge pull request #108 from matrix-org/rob/golang-1.8

.travis.yml: Bump golang to 1.8
This commit is contained in:
Robert Swain 2017-05-18 12:47:08 +02:00 committed by GitHub
commit e4a97d13b3

View file

@ -1,6 +1,6 @@
language: go
go:
- 1.7
- 1.8
sudo: false