From c53b581ccca4f1badee9c71ee386570e3f183bbe Mon Sep 17 00:00:00 2001 From: Daniel Ruf Date: Sat, 28 Mar 2020 23:26:31 +0100 Subject: [PATCH] chore: remove Travis CI config --- .travis.yml | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 2dceee252..000000000 --- a/.travis.yml +++ /dev/null @@ -1,32 +0,0 @@ -language: node_js -cache: yarn - -os: - - windows - - linux - - osx - -node_js: - - 8 - - 10 - - 12 - - node - -env: - global: - - YARN_GPG=no - - SNYK_TOKEN=18718bf9-b4b2-463f-b727-e9eb06e336bf - matrix: - - ZF_TRAVIS_COMMAND=test - -matrix: - include: - - os: linux - node_js: stable - env: ZF_TRAVIS_COMMAND=test:javascript:browserstack - -install: yarn --network-timeout 1000000 -script: yarn run $ZF_TRAVIS_COMMAND - -notifications: - email: false -- 2.47.2