File: .travis.yml

package info (click to toggle)
node-rollup-pluginutils 2.3.3-4
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 312 kB
  • sloc: makefile: 20; sh: 8
file content (12 lines) | stat: -rw-r--r-- 236 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
sudo: false
language: node_js
node_js:
  - "6"
  - "8"
  - "10"
env:
  global:
    - BUILD_TIMEOUT=10000
install: npm install --ignore-scripts
before_install:
  - if [[ $TRAVIS_NODE_VERSION -lt 8 ]]; then npm install --global npm@5; fi