소스 검색

Merge pull request #2403 from andyli/travis

TravisCI: take php off the allow_failures list
Simon Krajewski 11 년 전
부모
커밋
b0b228da1f
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      .travis.yml

+ 3 - 3
.travis.yml

@@ -12,9 +12,9 @@ env:
   # - TARGET=java
   # - TARGET=cs
 
-matrix:
-  allow_failures:
-    - env: TARGET=php
+# matrix:
+#   allow_failures:
+#     - env: TARGET=php
 
 before_install:
   - sudo apt-get install ocaml zlib1g-dev libgc-dev -y