Skip to content

Commit

Permalink
set the pipefail
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Barros committed Jun 12, 2017
1 parent 411dcac commit 90b841a
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 @@ -43,7 +43,7 @@ before_script:
fi
- date
script:
- travis_retry make test
- set -o pipefail; travis_retry make test
after_script:
- date
- security delete-keychain ios-build.keychain
Expand Down

0 comments on commit 90b841a

Please sign in to comment.