From 19b1e102c2f4eecc53ad1984c9ebe57e612c7315 Mon Sep 17 00:00:00 2001 From: Ewout ter Hoeven <E.M.terHoeven@student.tudelft.nl> Date: Sun, 29 Mar 2020 10:23:09 +0200 Subject: [PATCH] Travis CI: Always run --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7af47d8bae..3b0a59118c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ language: node_js env: - JOB_TYPE=linter - # - JOB_TYPE=acceptance_tests + #- JOB_TYPE=acceptance_tests node_js: - "12" @@ -20,8 +20,6 @@ jobs: name: "Acceptance Tests" env: JOB_TYPE=acceptance_tests -if: type = pull_request - env: global: - BBB_SERVER_URL=http://localhost/bigbluebutton/api -- GitLab