File: .travis.yml

package info (click to toggle)
node-route-recognizer 0.3.4%2Bgit.20200411.3de84ec-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 568 kB
  • sloc: javascript: 283; makefile: 2
file content (15 lines) | stat: -rw-r--r-- 332 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
language: node_js
node_js:
  - "lts/*"
addons:
  apt:
    sources:
      - sourceline: "deb http://dl.google.com/linux/chrome/deb/ stable main"
        key_url: "https://dl-ssl.google.com/linux/linux_signing_key.pub"
    packages:
      - google-chrome-stable
before_script:
  - yarn install
script:
  - yarn run lint
  - yarn test