Skip to content
This repository was archived by the owner on Nov 8, 2022. It is now read-only.

Commit a579b8d

Browse files
committed
chore(debug): rm > dev/null when npm install on travis
1 parent aad7e95 commit a579b8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ before_install:
1414

1515
install:
1616
# web related
17-
- npm install > /dev/null
17+
- npm install
1818
# - npm install -g codecov
1919
- commitlint-travis
2020
# elixir/phoenix env

0 commit comments

Comments
 (0)