mirror of
https://github.com/hermitcore/libhermit.git
synced 2025-03-09 00:00:03 +01:00
- add tests also for the production branch
This commit is contained in:
parent
b301e019c5
commit
c0c968add9
1 changed files with 2 additions and 1 deletions
|
@ -20,7 +20,8 @@ script:
|
|||
- debuild -e PATH -us -uc -j2
|
||||
- sudo dpkg -i ../libhermit*_amd64.deb
|
||||
- make -j2 examples
|
||||
- if [ "$TRAVIS_BRANCH" != "production" ]; then make test; fi
|
||||
- make test
|
||||
#- if [ "$TRAVIS_BRANCH" != "production" ]; then make test; fi
|
||||
|
||||
deploy:
|
||||
on: production
|
||||
|
|
Loading…
Add table
Reference in a new issue