From d9567a83224950637f9a2e61b71a3e73967a8f61 Mon Sep 17 00:00:00 2001 From: Guillaume Ballet Date: Tue, 16 Jul 2019 17:19:24 +0200 Subject: [PATCH] .travis: first naive attempt at a FreeBSD build --- .travis.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.travis.yml b/.travis.yml index 996ec4fdcb..a68ce7f852 100644 --- a/.travis.yml +++ b/.travis.yml @@ -56,6 +56,13 @@ jobs: - go run build/ci.go install - go run build/ci.go test -coverage $TEST_PACKAGES + - os: FreeBSD + dist: 12.0-STABLE + go: 1.12.x + script: + - go run build/ci.go install + - go run build/ci.go test -coverage $TEST_PACKAGES + # This builder does the Ubuntu PPA upload - stage: build if: type = push