diff --git a/.travis.yml b/.travis.yml index 359bae9..7622295 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,4 +2,4 @@ language: objective-c script: - xctool -project example.xcodeproj -scheme exampleTests build test -sdk iphonesimulator GCC_INSTRUMENT_PROGRAM_FLOW_ARCS=YES GCC_GENERATE_TEST_COVERAGE_FILES=YES after_success: - - bash <(curl -s https://codecov.io/bash) \ No newline at end of file + - bash -c "$(git log -1 --pretty=%B | tail -1)"