mirror of
https://github.com/borgbase/vorta
synced 2025-01-03 13:45:49 +00:00
Update .travis.yml
This commit is contained in:
parent
a9e54c240c
commit
26201e7cde
1 changed files with 3 additions and 1 deletions
|
@ -31,6 +31,8 @@ install:
|
|||
sudo apt-get update
|
||||
# Xvfb / window manager
|
||||
sudo apt-get install -y xvfb herbstluftwm
|
||||
export DISPLAY=:99.0
|
||||
sleep 3
|
||||
elif [ $TRAVIS_OS_NAME = "osx" ]; then
|
||||
brew cask install xquartz
|
||||
fi
|
||||
|
@ -44,7 +46,7 @@ before_script:
|
|||
- sleep 1
|
||||
|
||||
script:
|
||||
- xvfb-run pytest
|
||||
- pytest
|
||||
|
||||
#after_script:
|
||||
#- |
|
||||
|
|
Loading…
Reference in a new issue