Skip to content
Snippets Groups Projects
.travis.yml 218 B
language: python
install: pip install pyyaml
script:
  - echo The test generation tool should be working.
  - ./tools/generation/test/run.py
  - sh ./tools/scripts/ci.sh
after_success:
  - sh ./tools/scripts/deploy.sh