dev/provisioning/modules/puppi/.travis.yml
author ymh <ymh.work@gmail.com>
Fri, 15 Jan 2016 15:35:00 +0100
changeset 28 b0b56e0f8c7f
permissions -rwxr-xr-x
Add contributor edition - added viaf resolver - improve contributors list display - add update of document objects - propagate update to back office - update back office - add bo-client to back office - setup language initializer - add options mechanism - add language information in language list - add lexvo resolver service + api - add language and lexvo resolver to js app - correct env template - refresh bootstrap - download google font - add version information - update dev virtual machine to centos7 - add a readme + clean folders - add local .env file to start commands

---
language: ruby
script:
  - "bundle exec rake lint spec SPEC_OPTS='--format documentation'"
sudo: false
matrix:
  include:
  # Debian 7
  - rvm: 1.8.7
    env: PUPPET_GEM_VERSION="~> 2.7.23" FACTER_GEM_VERSION="~> 1.6.10"
  # Debian 8
  - rvm: 2.1.2
    env: PUPPET_GEM_VERSION="~> 3.7.2" FACTER_GEM_VERSION="~> 2.2.0"
  # Puppet 3.1 with Ruby 1.9.3
  - rvm: 1.9.3
    env: PUPPET_GEM_VERSION="~> 3.1.0"
  # recent
  - rvm: 2.1.2
    env: STRICT_VARIABLES="yes"
  # puppet 4 AIO
  - rvm: 2.1.4
    env: STRICT_VARIABLES="yes"

notifications:
  email:
    - al@lab42.it