Skip to content

Commit

Permalink
export not firing phpunit
Browse files Browse the repository at this point in the history
  • Loading branch information
dmorley committed Dec 28, 2011
1 parent a2e24f6 commit c59b10d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ php:
- 5.4

before_script: "./phpunit/before.sh"
script: export DISPLAY=:99.0 phpunit
script: export DISPLAY=:99.0 && phpunit

notifications:
irc: "irc.freenode.org#diasporg"

0 comments on commit c59b10d

Please sign in to comment.