From b95514ac5aaaa94dc497292c7ca852691a918156 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A1bio=20Santos?= Date: Tue, 3 Mar 2020 22:03:05 +0000 Subject: [PATCH] attempt to enable functional tests --- .travis.yml | 44 ++++++++++++++++++-------------------------- 1 file changed, 18 insertions(+), 26 deletions(-) diff --git a/.travis.yml b/.travis.yml index fc09db45c..7e4e701b6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,39 +1,31 @@ -os: - - linux - - windows - language: node_js -node_js: - - 6 - - 10 - - 12 - -env: - - TERSER_TEST_ALL=1 - -matrix: - fast_finish: true - exclude: - - node_js: 6 - os: windows - - node_js: 10 - os: windows +os: linux cache: directories: - - tmp - node_modules jobs: include: - name: Functional tests - script: | - test/functional.sh - node_js: 13 - os: linux - if: branch = master + script: test/functional.sh + node_js: 12 + cache: + directories: + - node_modules + - terser-functional-tests + + - node_js: 12 + env: + - TERSER_TEST_ALL=1 cache: directories: - node_modules - terser-functional-tests + - tmp + + - node_js: 6 + + - node_js: 6 + os: windows +