Skip to content
This repository has been archived by the owner on Oct 21, 2022. It is now read-only.

Commit

Permalink
Travis runs dev install script
Browse files Browse the repository at this point in the history
  • Loading branch information
justin taft committed Oct 5, 2015
1 parent 4d5a894 commit 6e668a3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,13 @@ notifications:
- [email protected]
- [email protected]
- [email protected]
before_script:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
- "sh -e tests/dev-install.sh"
addons:
apt:
packages:
- chromium-browser


0 comments on commit 6e668a3

Please sign in to comment.