Selaa lähdekoodia

Update .travis.yml

Let Travis build branches master and gh-pages only
Daniel Rudolf 9 vuotta sitten
vanhempi
commit
a068850578
1 muutettua tiedostoa jossa 5 lisäystä ja 0 poistoa
  1. 5 0
      .travis.yml

+ 5 - 0
.travis.yml

@@ -8,6 +8,11 @@ php:
   - hhvm
   - nightly
 
+branches:
+  only:
+    - master
+    - gh-pages
+
 script:
   - find . -type f -name '*.php' -print0 | xargs -0 -I file php -l file > /dev/null