language: go os: linux dist: trusty go: - 1.5 - 1.6 - 1.7 - 1.8 - 1.9 script: go test -timeout 10m -tags xmlroundtrip -v