From f4ccd68f0add31dc970c1ec26b2f6304e89c0c52 Mon Sep 17 00:00:00 2001 From: esimov Date: Wed, 27 Oct 2021 07:37:19 +0300 Subject: [PATCH] ci: remove travis --- .travis.yml | 38 -------------------------------------- 1 file changed, 38 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 185db24..0000000 --- a/.travis.yml +++ /dev/null @@ -1,38 +0,0 @@ -language: go - -branches: - only: - - "master" - -# In theory, older versions would probably work just fine -# The wasm integration require at least Go 1.13.x -go: - - 1.14.x - - 1.13.x - - 1.12.x - - 1.11.x - - tip - -matrix: - allow_failures: - - go: tip - - go: 1.11.x - - go: 1.12.x - fast_finish: true - -ignore: - - wasm - -env: - - GOOS=linux - - GOOS=darwin - - GOOS=windows - -script: - - GOOS=js GOARCH=wasm GO111MODULE=off go get -u -t ./... - - GOOS=js GOARCH=wasm GO111MODULE=on go get -u -t ./... - -notifications: - email: - on_success: never - on_failure: never \ No newline at end of file