prjxray-db/.travis.yml

18 lines
331 B
YAML
Raw Normal View History

language: python
python:
- "3.6"
env:
global:
- GIT_COMMITTER_NAME="SymbiYosys Travis Bot"
- GIT_COMMITTER_EMAIL="nobody@nowhere.com"
before_install:
- ./.travis/save-key.sh
script:
- ./.travis/generate-html.sh
after_install:
- if [ -e ~/.ssh/agent.sh ]; then source ~/.ssh/agent.sh; ./.travis/push-html.sh; fi