Skip to content
Snippets Groups Projects
.travis.yml 313 B
Newer Older
  • Learn to ignore specific revisions
  • jugglinmike's avatar
    jugglinmike committed
    language: python
    
    install: pip install --requirement tools/generation/requirements.txt
    
      - ./tools/scripts/ci_build.sh
    
      - ./tools/generation/test/run.py
    
      - ./tools/lint/test/run.py
      - ./tools/scripts/ci_lint.sh
    
    Leo Balter's avatar
    Leo Balter committed
    after_success:
    
      - ./tools/scripts/deploy.sh
    
    notifications:
      email:
        on_failure: always