Skip to content

Commit

Permalink
WIP Test please ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
josephperrott committed Apr 27, 2018
1 parent b67813e commit 300a0d3
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ workflows:
version: 2
default_workflow:
jobs:
- build
# - build

general:
branches:
Expand Down
30 changes: 15 additions & 15 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,22 +22,22 @@ branches:

jobs:
include:
- env: "MODE=lint"
- env: "MODE=aot"
- env: "MODE=payload"
- env: "MODE=prerender"
- env: "MODE=e2e"
# - env: "MODE=lint"
# - env: "MODE=aot"
# - env: "MODE=payload"
# - env: "MODE=prerender"
# - env: "MODE=e2e"
- env: "MODE=saucelabs_required"
- env: "MODE=browserstack_required"
- env: "MODE=travis_required"
- env: "DEPLOY_MODE=build-artifacts"
if: type = push
- env: "DEPLOY_MODE=docs-content"
if: type = push
- env: "DEPLOY_MODE=screenshot-tool"
if: type = cron
- env: "DEPLOY_MODE=dashboard"
if: type = cron
# - env: "MODE=browserstack_required"
# - env: "MODE=travis_required"
# - env: "DEPLOY_MODE=build-artifacts"
# if: type = push
# - env: "DEPLOY_MODE=docs-content"
# if: type = push
# - env: "DEPLOY_MODE=screenshot-tool"
# if: type = cron
# - env: "DEPLOY_MODE=dashboard"
# if: type = cron
# Closure Compiler CI check is temporarily disabled until a new version of
# the tool is released with https://github.com/google/closure-compiler/pull/2600
# - env: "MODE=closure-compiler"
Expand Down
2 changes: 1 addition & 1 deletion src/lib/select/select.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ import {
/** The debounce interval when typing letters to select an option. */
const LETTER_KEY_DEBOUNCE_INTERVAL = 200;

describe('MatSelect', () => {
xdescribe('MatSelect', () => {
let overlayContainer: OverlayContainer;
let overlayContainerElement: HTMLElement;
let dir: {value: 'ltr'|'rtl'};
Expand Down
2 changes: 1 addition & 1 deletion test/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ module.exports = (config) => {
sauceLabs: {
testName: 'material2',
startConnect: false,
recordVideo: false,
recordVideo: true,
recordScreenshots: false,
idleTimeout: 600,
commandTimeout: 600,
Expand Down

0 comments on commit 300a0d3

Please sign in to comment.