File: .travis.yml

package info (click to toggle)
node-assertion-error 1.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 128 kB
  • ctags: 12
  • sloc: makefile: 22; sh: 2
file content (14 lines) | stat: -rw-r--r-- 369 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
language: node_js
node_js:
  - 0.10

deploy:
  provider: npm
  email: jake@alogicalparadox.com
  api_key:
    secure: AgNQTECM/3Gh0q77gkrMx0jASgRh/dysPdUf7Zdsm1k9Gt+i4H99k2L8lVWqpLF1+e6lhWg9w4C08Xgz6tuOTPZZr6UzeRDl+ZjniTYK3E/tpcUbqAQxxgD4b3iA6BLbF0YKGofnWrMtXBBWI8X0jekxncu7sWdBuieyhg33fik=
  on:
    tags: true
    repo: chaijs/assertion-error
    all_branches: true