Skip to content

Commit

Permalink
travis: Remove kcov-kcov dir before running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonKagstrom committed Dec 29, 2014
1 parent 1b23986 commit bb70ec0
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 @@ -11,7 +11,7 @@ compiler:

script: mkdir -p build && cd build && cmake .. && make ; cd -

after_script: mkdir -p build-tests && cd build-tests && cmake ../tests/ && make && WORKSPACE=`pwd`/../ pybot ../tests/robot-framework/kcov-tests.txt ; cd -
after_script: rm -rf /tmp/kcov-kcov && mkdir -p build-tests && cd build-tests && cmake ../tests/ && make && WORKSPACE=`pwd`/../ pybot ../tests/robot-framework/kcov-tests.txt ; cd -

notifications:
recipients:
Expand Down

0 comments on commit bb70ec0

Please sign in to comment.