From 1ba1c0e2a69dd9b544107052701323758d5ae3f7 Mon Sep 17 00:00:00 2001 From: Julie Ralph Date: Tue, 5 Aug 2014 13:44:36 -0700 Subject: [PATCH] chore(ci): mark smoke tests as allowed failures on travis They fail due to IE flakiness most of the time, see #1052. --- .travis.yml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6b881f84c..ec555c412 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,14 +3,19 @@ node_js: - "0.10" env: - matrix: - - JOB=smoke - - JOB=suite global: - SAUCE_USERNAME=angular-ci - SAUCE_ACCESS_KEY=9b988f434ff8-fbca-8aa4-4ae3-35442987 - LOGS_DIR=/tmp/protractor-build/logs - BROWSER_PROVIDER_READY_FILE=/tmp/sauce-connect-ready + matrix: + - JOB=suite + - JOB=smoke + +matrix: + allow_failures: + - env: "JOB=smoke" + before_script: - mkdir -p $LOGS_DIR