We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9782d8c commit dd95e90Copy full SHA for dd95e90
.travis.yml
@@ -85,7 +85,6 @@ before_install:
85
- ./scripts/ci/init_android.sh
86
- ./scripts/ci/install_dart.sh ${DART_CHANNEL} ${DART_VERSION} ${ARCH}
87
- sh -e /etc/init.d/xvfb start
88
-- if [[ -e SKIP_TRAVIS_TESTS ]]; then { cat SKIP_TRAVIS_TESTS ; exit 0; } fi
89
- '[ "${TRAVIS_PULL_REQUEST}" = "false" ] && [ "${TRAVIS_BRANCH}" = "master" ] && SAUCE_USERNAME="angular2-ci" && SAUCE_ACCESS_KEY="693ebc16208a-0b5b-1614-8d66-a2662f4e" || true'
90
- node tools/analytics/build-analytics success ci before_install
91
0 commit comments