/usr/lib/nodejs/mqtt-packet/.travis.yml is in node-mqtt-packet 5.4.0-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 | language: node_js
sudo: false
node_js:
- 8
- 7
- 6
- 4
script:
npm run ci
|