浏览代码

add php source

wushuiyong 9 年之前
父节点
当前提交
f0fccb633b
共有 1 个文件被更改,包括 1 次插入0 次删除
  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