File: .travis.yml

package info (click to toggle)
node-get-caller-file 2.0.5%2B~cs1.1.1-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 228 kB
  • sloc: javascript: 10; makefile: 2
file content (17 lines) | stat: -rw-r--r-- 266 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
sudo: false
language: node_js
node_js:
  - "6"
  - "8"
  - "10"
  - "11"

cache:
  yarn: true

script: yarn test

before_install:
  - curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.13.0
  - export PATH="$HOME/.yarn/bin:$PATH"
  - yarn --version