summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: f5788e9fddd01c8d160be76100d48e914676f3a9 (plain)
1
2
3
4
5
6
7
8
language: python
install: pip install --requirement tools/generation/requirements.txt
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