Skip to content
Extraits de code Groupes Projets
.travis.yml 685 octets
Newer Older
  • Learn to ignore specific revisions
  • language: ruby
    
    Jonne Haß's avatar
    Jonne Haß a validé
    
    
      - DB=postgresql BUILD_TYPE=other
    
      - DB=mysql BUILD_TYPE=other
    
      - DB=postgresql BUILD_TYPE=cucumber
    
      - DB=mysql BUILD_TYPE=cucumber
    
    sudo: false
    
    cache:
      bundler: true
      directories:
    
    Jonne Haß's avatar
    Jonne Haß a validé
        - app/assets/images
    
    
    branches:
      only:
        - 'master'
    
    Jonne Haß's avatar
    Jonne Haß a validé
        - 'stable'
    
    Jonne Haß's avatar
    Jonne Haß a validé
    before_install: gem install bundler
    
    bundler_args: "--deployment --without development production --with mysql postgresql --jobs 3 --retry 3"
    
    Jonne Haß's avatar
    Jonne Haß a validé
    script: "./script/ci/build.sh"
    
    notifications:
    
    Jonne Haß's avatar
    Jonne Haß a validé
          - "irc.freenode.org:6667#diaspora-dev"
    
        template:
    
          - "%{repository_slug}#%{commit} (%{branch} - %{commit_subject}): %{message} %{build_url}"