Skip to content
Extraits de code Groupes Projets
.travis.yml 490 octets
Newer Older
  • Learn to ignore specific revisions
  • language: ruby
    
    Jonne Haß's avatar
    Jonne Haß a validé
    
    
      - DB=postgres BUILD_TYPE=other
    
      - DB=mysql BUILD_TYPE=other
    
      - DB=postgres 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'
        - 'develop'
    
    bundler_args: "--without development production heroku --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"