]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
chore: remove Travis CI config 12035/head
authorDaniel Ruf <mac1@daniel-ruf.de>
Sat, 28 Mar 2020 22:26:31 +0000 (23:26 +0100)
committerDaniel Ruf <mac1@daniel-ruf.de>
Sat, 28 Mar 2020 22:26:31 +0000 (23:26 +0100)
.travis.yml [deleted file]

diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644 (file)
index 2dceee2..0000000
+++ /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