Explorar o código

Merge pull request #2403 from andyli/travis

TravisCI: take php off the allow_failures list
Simon Krajewski %!s(int64=11) %!d(string=hai) anos
pai
achega
b0b228da1f
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  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