Skip to content

Commit

Permalink
attempt to enable functional tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiosantoscode committed Mar 3, 2020
1 parent 3a8db4e commit b95514a
Showing 1 changed file with 18 additions and 26 deletions.
44 changes: 18 additions & 26 deletions .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

0 comments on commit b95514a

Please sign in to comment.