From 8f8a949155280c86bd2caa6f41d2a82203a130d6 Mon Sep 17 00:00:00 2001 From: John McLear Date: Mon, 8 Jun 2020 11:45:03 +0000 Subject: [PATCH] tests: travis config --- .travis.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 63f3d30b..e58a0d01 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,17 +24,14 @@ env: - secure: "gejXUAHYscbR6Bodw35XexpToqWkv2ifeECsbeEmjaLkYzXmUUNWJGknKSu7\nEUsSfQV8w+hxApr1Z+jNqk9aX3K1I4btL3cwk2trnNI8XRAvu1c1Iv60eerI\nkE82Rsd5lwUaMEh+/HoL8ztFCZamVndoNgX7HWp5J/NRZZMmh4g=" jobs: - allow_failures: + include: - if: repo = ether/etherpad-lite - # below might not be needed.. - env: SAUCE_EXECUTE=true - name: "Test the Frontend" install: - "bin/installDeps.sh" - "export GIT_HASH=$(git rev-parse --verify --short HEAD)" script: - "tests/frontend/travis/runner.sh" - include: - name: "Run the Backend tests" install: - "bin/installDeps.sh"