Skip to content
Snippets Groups Projects
Commit 5d1bba74 authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

and back

parent eb1820a9
No related branches found
No related tags found
No related merge requests found
...@@ -12,12 +12,11 @@ before_script: ...@@ -12,12 +12,11 @@ before_script:
- ./cc-test-reporter before-build - ./cc-test-reporter before-build
script: script:
- python compile_definitions.py - python compile_definitions.py
- python setup.py nosetests - python setup.py nosetests --with-coverage
- ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT --coverage-input-type coverage.py
install: install:
- pip install -r requirements.txt - pip install -r requirements.txt
after_success: after_success:
- bash build.sh - bash build.sh
after_script:
- ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT
services: services:
- rabbitmq - rabbitmq
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment