ci(travis): remove bogus environmental variable

This commit is contained in:
Igor Minar 2016-03-04 11:16:32 -08:00 committed by Igor Minar
parent 9782d8c32e
commit dd95e901df
1 changed files with 0 additions and 1 deletions

View File

@ -85,7 +85,6 @@ before_install:
- ./scripts/ci/init_android.sh
- ./scripts/ci/install_dart.sh ${DART_CHANNEL} ${DART_VERSION} ${ARCH}
- sh -e /etc/init.d/xvfb start
- if [[ -e SKIP_TRAVIS_TESTS ]]; then { cat SKIP_TRAVIS_TESTS ; exit 0; } fi
- '[ "${TRAVIS_PULL_REQUEST}" = "false" ] && [ "${TRAVIS_BRANCH}" = "master" ] && SAUCE_USERNAME="angular2-ci" && SAUCE_ACCESS_KEY="693ebc16208a-0b5b-1614-8d66-a2662f4e" || true'
- node tools/analytics/build-analytics success ci before_install