Skip to content

Commit

Permalink
Imitate a display.
Browse files Browse the repository at this point in the history
  • Loading branch information
jbialobr committed Oct 1, 2017
1 parent 7f61a77 commit a6d3be4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ os: linux
install:
- nuget restore GitExtensionsMono.sln
- nuget install NUnit.Runners -Version 3.7.0 -OutputDirectory testrunner
before_script:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
- sleep 3 # give xvfb some time to start
script:
- msbuild /p:Configuration=Debug GitExtensionsMono.sln
- mono ./testrunner/NUnit.ConsoleRunner.3.7.0/tools/nunit3-console.exe GitExtensionsMono.sln

0 comments on commit a6d3be4

Please sign in to comment.