Skip to content

Commit

Permalink
.travis.yml: do not mute make
Browse files Browse the repository at this point in the history
  • Loading branch information
bagage committed Jun 23, 2016
1 parent ee67cff commit a21f8c0
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 @@ -17,7 +17,7 @@ before_install:

install:
- ./prepare.py -d x86_64 -G Ninja
- make -j4 -s 1>/dev/null
- make -j4 -s
- mkdir -p $KIF_SCREENSHOTS

script:
Expand Down

0 comments on commit a21f8c0

Please sign in to comment.