Browse Source

add php source

wushuiyong 9 years ago
parent
commit
f0fccb633b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .travis.yml

+ 1 - 0
.travis.yml

@@ -17,6 +17,7 @@ install:
 
 before_script:
   - sudo apt-get install nginx
+  - sudo add-apt-repository ppa:ondrej/php5 && sudo apt-get update
   - sudo apt-get autoremove && sudo apt-get install php5-fpm
   - sudo /etc/init.d/php5-fpm restart
   - sudo cp tests/nginx.conf /etc/nginx/nginx.conf