Skip to content

Commit

Permalink
cleaned up travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
kriswallsmith committed Jan 14, 2013
1 parent 988bf14 commit 8ff1d19
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Expand Up @@ -4,14 +4,14 @@ php:
- 5.3
- 5.4

env: TEST_SERVER="http://localhost:8080/server.php"

before_install:
- echo "" | sudo add-apt-repository ppa:nginx/stable && sudo apt-get update && sudo apt-get -qq install nginx > /dev/null 2>&1

before_script:
- php-cgi -b 127.0.0.1:9000 &
- nginx -v && sudo nginx -c nginx.conf.dist -p test
- export TEST_SERVER="http://localhost:8080/server.php"
- wget http://getcomposer.org/composer.phar
- php composer.phar install --dev
- composer install --dev

script: phpunit --coverage-text

0 comments on commit 8ff1d19

Please sign in to comment.