# HG changeset patch # User Mikael Berthe # Date 1523130076 -7200 # Node ID 97b6e64cf579c1a3130770dac675997181a829eb # Parent a1b2568b1307bbd6db31f11f899ab1693e5722bc Add Travis file diff -r a1b2568b1307 -r 97b6e64cf579 .travis.yml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/.travis.yml Sat Apr 07 21:41:16 2018 +0200 @@ -0,0 +1,14 @@ +language: go +go: +- "1.7" +- "1.8" +- "1.9" +- "1.10" +- master +matrix: + allow_failures: + - go: master + fast_finish: true +branches: + only: + - master