Ver Fonte

Merge pull request #2403 from andyli/travis

TravisCI: take php off the allow_failures list
Simon Krajewski há 11 anos atrás
pai
commit
b0b228da1f
1 ficheiros alterados com 3 adições e 3 exclusões
  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