Skip to content
Extraits de code Groupes Projets
.travis.yml 456 octets
Newer Older
  • Learn to ignore specific revisions
  •   - DB=postgres BUILD_TYPE=other
      - DB=mysql BUILD_TYPE=other
    
      - DB=postgres BUILD_TYPE=cucumber
      - DB=mysql BUILD_TYPE=cucumber
    
    before_install: "./script/ci/before_install.sh"
    
    bundler_args: "--without development production heroku"
    
    before_script: "./script/ci/before.sh"
    
    notifications: