Skip to content

Commit

Permalink
Travis improvement: "dbus-launch --version" in "before_script".
Browse files Browse the repository at this point in the history
  • Loading branch information
exvito committed Jul 7, 2017
1 parent 13387b5 commit b5fdf20
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Expand Up @@ -33,8 +33,10 @@ addons:
install:
- pip install tox

script:
before_script:
- dbus-launch --version

script:
- dbus-launch -- tox

after_script:
Expand Down

0 comments on commit b5fdf20

Please sign in to comment.