From 78a66ac4fb3d1caa672dee5d6797a247033d351a Mon Sep 17 00:00:00 2001 From: John McLear Date: Mon, 8 Jun 2020 12:46:20 +0000 Subject: [PATCH] shouldnt run --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d50977db4..99693a82a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,7 +25,9 @@ env: jobs: include: - - if: fork=false + # we can only frontend tests from the ether/ organization and not from forks. + # To request tests to be run ask a maintainer to fork your repo to ether/ + - if: fork = true - name: "Test the Frontend" install: - "bin/installDeps.sh"