Преглед на файлове

Merge branch 'master' into enhancement/build-release

Daniel Rudolf преди 9 години
родител
ревизия
1f16be05e3
променени са 1 файла, в които са добавени 6 реда и са изтрити 2 реда
  1. 6 2
      .travis.yml

+ 6 - 2
.travis.yml

@@ -8,8 +8,13 @@ php:
   - hhvm
   - hhvm
   - nightly
   - nightly
 
 
+matrix:
+  allow_failures:
+    - php: nightly
+  fast-finish: true
+
 script:
 script:
-  - find . -type f -name '*.php' -print0 | xargs -0 -I file php -l file > /dev/null
+  - find . -not \( -path './vendor' -prune \) -type f -name '*.php' -print0 | xargs -0 -I file php -l file > /dev/null
 
 
 before_deploy:
 before_deploy:
   - composer install
   - composer install
@@ -25,7 +30,6 @@ deploy:
   file: pico-release-$TRAVIS_TAG.tar.gz
   file: pico-release-$TRAVIS_TAG.tar.gz
   skip_cleanup: true
   skip_cleanup: true
   on:
   on:
-    repo: picocms/Pico
     tags: true
     tags: true
     php: 5.3
     php: 5.3