forked from mirrors/thatmattlove-hyperglass
moved fetch/checkout to script with travis variables
This commit is contained in:
parent
025acb93bc
commit
be95acc98c
1 changed files with 2 additions and 2 deletions
|
|
@ -16,11 +16,11 @@ before_script:
|
||||||
- ./tests/ci_git_prep.sh
|
- ./tests/ci_git_prep.sh
|
||||||
- black hyperglass
|
- black hyperglass
|
||||||
- python3 ./manage.py pylint-badge --integer-only True
|
- python3 ./manage.py pylint-badge --integer-only True
|
||||||
- ./tests/ci_git.sh
|
- ./tests/ci_git_commit.sh
|
||||||
- python3 ./tests/ci_prepare.py
|
- python3 ./tests/ci_prepare.py
|
||||||
script:
|
script:
|
||||||
- nohup python3 ./tests/ci_dev_server.py &
|
- nohup python3 ./tests/ci_dev_server.py &
|
||||||
- sleep 20
|
- sleep 20
|
||||||
- python3 ./tests/ci_test.py
|
- python3 ./tests/ci_test.py
|
||||||
after_success:
|
after_success:
|
||||||
- git push origin master
|
- git push origin $TRAVIS_BRANCH
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue