Skip to content

Commit e597fcd

Browse files
author
Belema Gancarz
committed
Update travis config.
1 parent a41ddb2 commit e597fcd

2 files changed

Lines changed: 41 additions & 1 deletion

File tree

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
before_script: "npm install --dev"
1+
before_script:
2+
- "npm install -g npm"
3+
- "npm install --dev"
24
script:
35
- "npm run lint"
46
- "npm test"

npm-debug.log

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
0 info it worked if it ends with ok
2+
1 verbose cli [ 'node',
3+
1 verbose cli 'C:\\Users\\BVG\\AppData\\Roaming\\npm\\node_modules\\npm\\bin\\npm-cli.js',
4+
1 verbose cli 'run',
5+
1 verbose cli 'lint' ]
6+
2 info using npm@2.12.1
7+
3 info using node@v0.10.37
8+
4 verbose run-script [ 'prelint', 'lint', 'postlint' ]
9+
5 info prelint slug@0.9.1
10+
6 info lint slug@0.9.1
11+
7 verbose unsafe-perm in lifecycle true
12+
8 info slug@0.9.1 Failed to exec lint script
13+
9 verbose stack Error: slug@0.9.1 lint: `jshint slug.js`
14+
9 verbose stack Exit status 2
15+
9 verbose stack at EventEmitter.<anonymous> (C:\Users\BVG\AppData\Roaming\npm\node_modules\npm\lib\utils\lifecycle.js:213:16)
16+
9 verbose stack at EventEmitter.emit (events.js:98:17)
17+
9 verbose stack at ChildProcess.<anonymous> (C:\Users\BVG\AppData\Roaming\npm\node_modules\npm\lib\utils\spawn.js:24:14)
18+
9 verbose stack at ChildProcess.emit (events.js:98:17)
19+
9 verbose stack at maybeClose (child_process.js:766:16)
20+
9 verbose stack at Process.ChildProcess._handle.onexit (child_process.js:833:5)
21+
10 verbose pkgid slug@0.9.1
22+
11 verbose cwd E:\Git\node-slug
23+
12 error Windows_NT 6.2.9200
24+
13 error argv "node" "C:\\Users\\BVG\\AppData\\Roaming\\npm\\node_modules\\npm\\bin\\npm-cli.js" "run" "lint"
25+
14 error node v0.10.37
26+
15 error npm v2.12.1
27+
16 error code ELIFECYCLE
28+
17 error slug@0.9.1 lint: `jshint slug.js`
29+
17 error Exit status 2
30+
18 error Failed at the slug@0.9.1 lint script 'jshint slug.js'.
31+
18 error This is most likely a problem with the slug package,
32+
18 error not with npm itself.
33+
18 error Tell the author that this fails on your system:
34+
18 error jshint slug.js
35+
18 error You can get their info via:
36+
18 error npm owner ls slug
37+
18 error There is likely additional logging output above.
38+
19 verbose exit [ 1, true ]

0 commit comments

Comments
 (0)