Skip to content

Commit

Permalink
reduce log output
Browse files Browse the repository at this point in the history
  • Loading branch information
lonord committed Mar 7, 2020
1 parent 03161d9 commit 904b742
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ script:
- "./scripts/feeds update -a >/dev/null"
- "./scripts/feeds install -a >/dev/null"
- make defconfig
- make package/$PACKAGE/{clean,compile} V=s
- make package/$PACKAGE/{clean,compile}
- find "$SDK_HOME/bin/"
- find "$SDK_HOME/bin/" -name luci-*-ss-domain-rule*.ipk -exec cp {} "$TRAVIS_BUILD_DIR"
\;
Expand Down

0 comments on commit 904b742

Please sign in to comment.