Skip to content

Commit

Permalink
Merge pull request #84 from fniephaus/patch-1
Browse files Browse the repository at this point in the history
Fix screenshot mode
  • Loading branch information
dalehenrich committed Feb 11, 2015
2 parents 9101ef7 + fbf63b9 commit 43f2075
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -20,7 +20,7 @@ env:
- ST=Pharo-3.0
- ST=Squeak-4.3
- ST=Squeak-4.4
- ST=Squeak-4.5
- ST=Squeak-4.5 SCREENSHOT=30
- ST=GemStone-2.4.4.1
- ST=GemStone-2.4.4.8
- ST=GemStone-2.4.5
Expand Down
5 changes: 5 additions & 0 deletions build_client.sh
Expand Up @@ -271,5 +271,10 @@ rm -rf "$OUTPUT_CACHE" "$OUTPUT_ZIP"
rm -f *.sources
)

if [ $SCREENSHOT ]; then
echo "STOPPING xvfb"
sh -e /etc/init.d/xvfb stop
fi

# success
exit 0

0 comments on commit 43f2075

Please sign in to comment.