# -*- coding: utf-8 -*- # # This file is part of Invenio. # Copyright (C) 2015, 2016 CERN. # # Invenio is free software; you can redistribute it # and/or modify it under the terms of the GNU General Public License as # published by the Free Software Foundation; either version 2 of the # License, or (at your option) any later version. # # Invenio is distributed in the hope that it will be # useful, but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # General Public License for more details. # # You should have received a copy of the GNU General Public License # along with Invenio; if not, write to the # Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, # MA 02111-1307, USA. # # In applying this license, CERN does not # waive the privileges and immunities granted to it by virtue of its status # as an Intergovernmental Organization or submit itself to any jurisdiction. notifications: email: false sudo: false language: node_js node_js: - '6.9.1' - '7.1.0' env: global: - GH_REF: 'github.com/inveniosoftware/invenio-search-js.git' - secure: 'dMVZ1jSH9iOe5KiLAGh7/nXLc2dXC+X5/d4s8R4Daf4wk2aMD7hNeLI0qn9aaCP9qokbGYE93dXuNEGw5hdD2meuy+sgAw5xW5wK9RqB9DIP6ehextRPzE24PeSWnaIHNe5CmJog5mAfkEW5+ic8j00rK9hs6COzUsl6d1S+TIfp9aNt/FXLs3T/g5AtxfHq4oH8XZx2J9VXFpCNUM0y1sGVBbhvosfdaoYK+yn6z22/yr63OHGyJEErnqT42TPSc1ycBhUoKC78unZVlUv/D1Tw85towRWrp8+3lfNku+UZ9TXKO+OjKuxzLGIi9iIwgM6VIT8jTWzxgAGL43l4IAhsbVFy+K50Ii507LnjSj4ZlbQSZu2V016UOdmykVzidGfTlH+fTEfNWJOBIVGgXP45i18s1L7867IvD4b+SGV4IWthpq22UlSggyBGr6jcgkIzydAQT+MHye4onJWcM+Oyqvr1qs4GxFp3+p1EDtbYpYKdPl7ADOsfrRy//Szx4f8Y5YQQI+nIItjQ1gia+0nM4hf+kedt0Uc+UEK6FCW4GpL5AzHsrXXWAjVYRJzLuLolBQKeArJDBr4GVspt4a0vL+2N29fL4tYnt4OUUijqjNCgflKzkQDBvSJ3a6meDMO9+G3ZatEYhDTP8/tCumLyVEIi+VivkKsybhMXh9A=' before_script: - 'npm install -g gulp' before_install: - 'npm i' script: - 'npm test' after_success: - 'npm run-script coverage' before_deploy: - 'npm run-script build' deploy: provider: npm skip_cleanup: true email: info@inveniosoftware.org api_key: secure: pkkq34M3PQGbqydpGFjIYzh4YHoL851zeJhCJsIiyw0xaYAl8P27EBlhXdUv4grPEkBIne9L1MaB99am1e2j/aR36EM7l1KGJKtohnpEMHYXA/5wuP0Fz5zzctP9BuzI3tSaet94Kc9TVGsnjGePz4DaXg09S/MW93ozeK+8z7LryI/g1zHZpu1JVikETXNGpcJyZBFDDePy1xQOTh3oHwfOTBEDqk2yeCeAgCeE0HZGjvqV9z72Yx80f+oqjAFtfvC0sL1bbUjdd8xOh+OS1IAxaea8OSs1f4XGa+z4Vdk2LM820AlAiDOz7ngFftrhrgMjRUmXD/yCiEHOH57CgGMe3rpsH9VW/RR60sE8j970x9Z+LS6DpXi/MRpALf9Iz8bogCwZXKe6uuhWNJKsoB5gM8HbYOjM7/jw98H6c+ZB9TOrHR5ezvZ3AhO/2I31+TKfCdjGSJgB1pIqgWk1qfQE6tsVtHzFKgoQWYVC8gWRMZ/473V+gSpDVqk+4B+7z5RMpoV5fgbB00g1UnC1Y51GGKWKGnLFMPbCKCRCXbvKiBdjN0qCw7Xn08LnOPi/W4fAEr9xUhnL5ujJUZgZ3mnuSTSwjtUilhdoOUmeLcRPzGD2Mte6UkGb5NnaKy5qQJhUUo80XZfAt5GX0KGRCAQQSKuV25wt/leX5xPM6zU= on: tags: true repo: inveniosoftware/invenio-search-js branch: master node: '6.9.1' after_deploy: - ./deploy.sh