From: Daniel Ruf Date: Sat, 28 Mar 2020 22:26:31 +0000 (+0100) Subject: chore: remove Travis CI config X-Git-Tag: v6.6.3^2~5^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F12035%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git chore: remove Travis CI config --- 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