Skip to content

Commit

Permalink
install test dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kerphi committed Feb 22, 2013
1 parent 0c4286b commit 5679cd0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,7 @@ before_script:
- echo "$(curl -fsSL https://raw.github.com/gist/2eb301570ed4a1f4c33d/gistfile1.txt)" | sed -e "s,PATH,`pwd`,g" | sudo tee /etc/apache2/sites-available/default > /dev/null
- sudo service apache2 restart
- make setup
- make setup-server-test
- make setup-client-test

script: make test

0 comments on commit 5679cd0

Please sign in to comment.