Parcourir la source

Create .travis.yml

David "Paztek" Moreau il y a 9 ans
Parent
commit
3e0161b51a
1 fichiers modifiés avec 15 ajouts et 0 suppressions
  1. 15 0
      .travis.yml

+ 15 - 0
.travis.yml

@@ -0,0 +1,15 @@
+language: php
+php:
+  - 5.4
+
+script:
+  - composer install
+  - tar -czf pico.tar.gz .htaccess README.md changelog.txt composer.json composer.lock config content-sample index.php lib license.txt plugins themes vendor
+
+deploy:
+  provider: releases
+  api_key: ${GITHUB_OAUTH_TOKEN}
+  file: pico.tar.gz
+  skip_cleanup: true
+  on:
+    tags: true