This repository was archived by the owner on Mar 20, 2023. It is now read-only.
Commit a8f642f
committed
Silence npm install output in Travis → NPM deploy
Without this, the `npm install` output causes the logs to be truncated:
https://travis-ci.org/graphql/express-graphql/jobs/269661199
Note that I am using an old-school POSIX-compatible redirect of stderr
and stdout (as opposed to the simpler `npm install &> /dev/null` because
I don't know whether this script is going to be running as Bash or
`/bin/sh` (which itself could be Bash, or something else).
Closes: #3881 parent 2bdcb26 commit a8f642f
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
0 commit comments