Browse Source

TravisCI: take php off the allow_failures list
The php target was fixed in 5a0e237f7a6241481a5068ef9726efcb5a1c9022

Andy Li 11 năm trước cách đây
mục cha
commit
e23ca9e247
1 tập tin đã thay đổi với 3 bổ sung3 xóa
  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