File: .travis.yml

package info (click to toggle)
node-terser 4.1.2-8
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 3,496 kB
  • sloc: javascript: 78,715; makefile: 52; sh: 6
file content (17 lines) | stat: -rw-r--r-- 196 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
os:
  - linux
  - windows
language: node_js
node_js:
  - 6
  - 8
  - 10
  - 12
env:
  - UGLIFYJS_TEST_ALL=1 TRAVIS=1
matrix:
  fast_finish: true
cache:
  directories:
    - tmp
    - node_modules