File: .travis.yml

package info (click to toggle)
node-babel-plugin-lodash 3.3.4%2B~cs2.0.1-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 904 kB
  • sloc: javascript: 1,542; makefile: 2
file content (17 lines) | stat: -rw-r--r-- 144 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
language: node_js
sudo: false
node_js:
  - 10
  - 8
  - 6

cache:
  directories:
    - ~/.npm

git:
  depth: 10

branches:
  only:
    - master