UNPKG

angular-material-npfixed

Version:

The Angular Material project is an implementation of Material Design in Angular.js. This project provides a set of reusable, well-tested, and accessible Material Design UI components. Angular Material is supported internally at Google by the Angular.js, M

48 lines (38 loc) 1.05 kB
language: node_js sudo: false node_js: - '6.9.0' env: global: - LOGS_DIR=/tmp/angular-material1-build/logs - SAUCE_USERNAME=angular-ci - SAUCE_ACCESS_KEY=9b988f434ff8-fbca-8aa4-4ae3-35442987 - SAUCE_READY_FILE=/tmp/sauce-readyfile - BROWSER_STACK_USERNAME=angularteam1 - BROWSER_STACK_ACCESS_KEY=BWCd4SynLzdDcv8xtzsB - secure: X7CNmOMemAJ9Jqrsmv6MXyeh8n8TIL5CKzE9LYsZUbsyKo0l5CyyysJq0y/AbpQS6awsSv2qP/cZ/kand6r6z0wMFbUcxa4HjMZEfRwv3sGtwj1OKJko/GvjcZQzD54FtHy1NU7wR0mYhAlE5IwH7f8bMa/nUiijgD/TOCTtKH8= matrix: - NG_VERSION=1.5 - NG_VERSION=snapshot matrix: fast_finish: true allow_failures: - env: "NG_VERSION=snapshot" cache: directories: - node_modules/ - tmp/angular.js branches: only: - master install: - npm install - npm rebuild node-sass before_script: - mkdir -p $LOGS_DIR - git config --global user.email "ngmaterial@googlegroups.com" - git config --global user.name "ngMaterial Bot" script: - ./scripts/travis-run-script.sh after_success: - ./scripts/travis-build-init.sh --sha=$TRAVIS_COMMIT