Skip to content
Snippets Groups Projects
Select Git revision
  • 603a31345624b865eb825f782b25d542ea9320f6
  • master default protected
  • 1.1.0
  • 1.0.2
  • 1.0.1
  • 1.0.0
  • 1.0.0-beta8
  • 1.0.0-beta7
  • 1.0.0-beta6
  • 1.0.0-beta5
  • 1.0.0-beta4
  • 1.0.0-beta3
  • 1.0.0-beta2
  • 1.0.0-beta1
14 results

package.json

Blame
  • This project manages its dependencies using npm. Learn more
    .gitlab-ci.yml 305 B
    variables:
        DISABLE_FUNCTIONAL: 1
        DISABLE_ACCEPTANCE: 1
        IS_LIBRARY: 1
        DISABLE_PHP_5_5: 1
        DISABLE_CODECEPTION: 1
        DISABLE_INTEGRATION_TEST: 1
    
    
    
    include: 'https://gitlab.wpdesk.dev/wpdesk/gitlab-ci/raw/master/gitlab-ci-1.2.yml'
    
    lint:
        when: manual
    phpcs:
        allow_failure: true