Skip to content

Commit

Permalink
fix script
Browse files Browse the repository at this point in the history
  • Loading branch information
marten-seemann committed Jun 5, 2016
1 parent 52eb8a4 commit 69c0284
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis/after_success.sh
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
#!/bin/bash
#!/usr/bin/env bash

set -e

cat coverage.out > coverage.txt
cat frames/coverage.out
cat frames/coverage.out | grep -v "mode: set" >> coverage.txt
Expand Down

0 comments on commit 69c0284

Please sign in to comment.