From 28180de5ad73a198aa7e764ac56f7280c9422ca4 Mon Sep 17 00:00:00 2001 From: Adrien Delorme Date: Fri, 27 Sep 2019 15:08:22 +0200 Subject: [PATCH] test osx on travis we need to re-add the osx travis tests as our trial ended with circle-ci --- .travis.yml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 000000000..0696a6ad4 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,23 @@ +env: + - USER=travis GO111MODULE=off + +os: + - osx + +sudo: false + +language: go + +go: + - 1.12.x + +script: + - df -h + - travis_wait make ci + +branches: + only: + - master + +matrix: + fast_finish: true