10000 angular-cli/.travis.yml at universal · rxjs-space/angular-cli · GitHub
[go: up one dir, main page]

Skip to content
{"payload":{"allShortcutsEnabled":false,"fileTree":{"":{"items":[{"name":".github","path":".github","contentType":"directory"},{"name":"bin","path":"bin","contentType":"directory"},{"name":"docs","path":"docs","contentType":"directory"},{"name":"lib","path":"lib","contentType":"directory"},{"name":"packages","path":"packages","contentType":"directory"},{"name":"plugins","path":"plugins","contentType":"directory"},{"name":"scripts","path":"scripts","contentType":"directory"},{"name":"tests","path":"tests","contentType":"directory"},{"name":".appveyor.yml","path":".appveyor.yml","contentType":"file"},{"name":".editorconfig","path":".editorconfig","contentType":"file"},{"name":".eslintignore","path":".eslintignore","contentType":"file"},{"name":".eslintrc.json","path":".eslintrc.json","contentType":"file"},{"name":".gitignore","path":".gitignore","contentType":"file"},{"name":".nvmrc","path":".nvmrc","contentType":"file"},{"name":".travis.yml","path":".travis.yml","contentType":"file"},{"name":"CHANGELOG.md","path":"CHANGELOG.md","contentType":"file"},{"name":"CONTRIBUTING.md","path":"CONTRIBUTING.md","contentType":"file"},{"name":"LICENSE","path":"LICENSE","contentType":"file"},{"name":"README.md","path":"README.md","contentType":"file"},{"name":"package.json","path":"package.json","contentType":"file"},{"name":"tsconfig.json","path":"tsconfig.json","contentType":"file"},{"name":"tslint.json","path":"tslint.json","contentType":"file"}],"totalCount":22}},"fileTreeProcessingTime":7.982227999999999,"foldersToFetch":[],"incompleteFileTree":false,"repo":{"id":77526878,"defaultBranch":"master","name":"angular-cli","ownerLogin":"rxjs-space","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2016-12-28T11:08:23.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/21194887?v=4","public":true,"private":false,"isOrgOwned":false},"codeLineWrapEnabled":false,"symbolsExpanded":false,"treeExpanded":true,"refInfo":{"name":"universal","listCacheKey":"v0:1482982950.0","canEdit":false,"refType":"branch","currentOid":"10266706e9370f2ba3617eb51d3aabb70b3b919a"},"path":".travis.yml","currentUser":null,"blob":{"rawLines":["dist: trusty","sudo: required","language: node_js","node_js:"," - \"4\"","os:"," - linux","env:"," global:"," - DBUS_SESSION_BUS_ADDRESS=/dev/null"," matrix:"," - SCRIPT=lint"," - SCRIPT=build"," - SCRIPT=test"," - NODE_SCRIPT=tests/e2e_runner.js"," - NODE_SCRIPT=\"tests/e2e_runner.js --nightly\"","# - TARGET=mobile SCRIPT=mobile_test","matrix:"," fast_finish: true"," allow_failures:"," - node_js: \"5\""," - os: osx"," - env: NODE_SCRIPT=\"tests/e2e_runner.js --nightly\""," include:"," - node_js: \"5\""," os: linux"," env: SCRIPT=test"," - node_js: \"5\""," os: linux"," env: NODE_SCRIPT=tests/e2e_runner.js"," - node_js: \"6\""," os: linux"," env: SCRIPT=test"," - node_js: \"6\""," os: linux"," env: NODE_SCRIPT=tests/e2e_runner.js"," - node_js: \"4\""," os: osx"," env: SCRIPT=test"," - node_js: \"4\""," os: osx"," env: NODE_SCRIPT=tests/e2e_runner.js"," - node_js: \"6\""," os: osx"," env: SCRIPT=test"," - node_js: \"6\""," os: osx"," env: NODE_SCRIPT=tests/e2e_runner.js"," - node_js: \"4\""," os: osx"," env: UNIVERSAL=true NODE_SCRIPT=tests/e2e_runner.js"," - node_js: \"5\""," os: osx"," env: UNIVERSAL=true NODE_SCRIPT=tests/e2e_runner.js"," - node_js: \"6\""," os: osx"," env: UNIVERSAL=true NODE_SCRIPT=tests/e2e_runner.js"," - node_js: \"4\""," os: linux"," env: UNIVERSAL=true NODE_SCRIPT=tests/e2e_runner.js"," - node_js: \"5\""," os: linux"," env: UNIVERSAL=true NODE_SCRIPT=tests/e2e_runner.js"," - node_js: \"6\""," os: linux"," env: UNIVERSAL=true NODE_SCRIPT=tests/e2e_runner.js","","before_install:"," - if [[ \"$TRAVIS_OS_NAME\" == \"osx\" ]]; then brew update; fi"," - if [[ \"$TRAVIS_OS_NAME\" == \"osx\" ]]; then brew tap caskroom/cask; fi"," - if [[ \"$TRAVIS_OS_NAME\" == \"osx\" ]]; then brew cask install google-chrome --force; fi"," - if [[ \"$TRAVIS_OS_NAME\" == \"osx\" ]]; then mkdir ~/.config \u0026\u0026 echo \"--no-sandbox\" \u003e ~/.config/chrome-flags.conf; fi"," - if [[ \"$TRAVIS_OS_NAME\" == \"linux\" ]]; then export DISPLAY=:99.0; fi"," - if [[ \"$TRAVIS_OS_NAME\" == \"linux\" ]]; then sh -e /etc/init.d/xvfb start; fi"," - if [[ \"$TRAVIS_OS_NAME\" == \"linux\" ]]; then export CHROME_BIN=chromium-browser; fi"," - if [[ \"$TRAVIS_OS_NAME\" == \"linux\" ]]; then echo \"--no-sandbox\" \u003e ~/.config/chromium-flags.conf; fi"," - if [[ \"$TARGET\" == \"mobile\" ]]; then export MOBILE_TEST=true; fi"," - npm install -g npm"," - npm config set spin false"," - npm config set progress false","","install:"," - npm install --no-optional","","script:"," - if [[ \"$SCRIPT\" ]]; then npm run-script $SCRIPT; fi"," - if [[ \"$NODE_SCRIPT\" ]]; then node $NODE_SCRIPT; fi"],"stylingDirectives":null,"colorizedLines":null,"csv":null,"csvError":null,"dependabotInfo":{"showConfigurationBanner":false,"configFilePath":null,"networkDependabotPath":"/rxjs-space/angular-cli/network/updates","dismissConfigurationNoticePath":"/settings/dismiss-notice/dependabot_configuration_notice","configurationNoticeDismissed":null},"displayName":".travis.yml","displayUrl":"https://github.com/rxjs-space/angular-cli/blob/universal/.travis.yml?raw=true","headerInfo":{"blobSize":"2.52 KB","deleteTooltip":"You must be signed in to make or propose changes","editTooltip":"You must be signed in to make or propose changes","ghDesktopPath":"https://desktop.github.com","isGitLfs":false,"onBranch":true,"shortPath":"1fe9c14","siteNavLoginPath":"/login?return_to=https%3A%2F%2Fgithub.com%2Frxjs-space%2Fangular-cli%2Fblob%2Funiversal%2F.travis.yml","isCSV":false,"isRichtext":false,"toc":null,"lineInfo":{"truncatedLoc":"87","truncatedSloc":"84"},"mode":"file"},"image":false,"isCodeownersFile":null,"isPlain":false,"isValidLegacyIssueTemplate":false,"issueTemplate":null,"discussionTemplate":null,"language":"YAML","languageID":407,"large":false,"planSupportInfo":{"repoIsFork":null,"repoOwnedByCurrentUser":null,"requestFullPath":"/rxjs-space/angular-cli/blob/universal/.travis.yml","showFreeOrgGatedFeatureMessage":null,"showPlanSupportBanner":null,"upgradeDataAttributes":null,"upgradePath":null},"publishBannersInfo":{"dismissActionNoticePath":"/settings/dismiss-notice/publish_action_from_dockerfile","releasePath":"/rxjs-space/angular-cli/releases/new?marketplace=true","showPublishActionBanner":false},"rawBlobUrl":"https://github.com/rxjs-space/angular-cli/raw/refs/heads/universal/.travis.yml","renderImageOrRaw":false,"richText":null,"renderedFileInfo":null,"shortPath":null,"symbolsEnabled":true,"tabSize":8,"topBannersInfo":{"overridingGlobalFundingFile":false,"globalPreferredFundingPath":null,"showInvalidCitationWarning":false,"citationHelpUrl":"https://docs.github.com/github/creating-cloning-and-archiving-repositories/creating-a-repository-on-github/about-citation-files","actionsOnboardingTip":null},"truncated":false,"viewable":true,"workflowRedirectUrl":null,"symbols":{"timed_out":false,"not_analyzed":true,"symbols":[]}},"copilotInfo":null,"copilotAccessAllowed":false,"modelsAccessAllowed":false,"modelsRepoIntegrationEnabled":false,"csrf_tokens":{"/rxjs-space/angular-cli/branches":{"post":"kjBuerAH8a1d1LV_2v0aZrUDfi5F5KzjFgDuX1WGEZFUYOjnpnphwEvsJXulOferc4djSToqKUr2I9Fqsz60-g"},"/repos/preferences":{"post":"V1uGUWKj-QUjbjWMayDYrXI545R9EdXd0ppZ6_yuauE-Tl_GVz2Hdxze9UQLFlibmfVIHiEE0EzVKSf-voREXg"}}},"title":"angular-cli/.travis.yml at universal · rxjs-space/angular-cli","appPayload":{"helpUrl":"https://docs.github.com","findFileWorkerPath":"/assets-cdn/worker/find-file-worker-7d7eb7c71814.js","findInFileWorkerPath":"/assets-cdn/worker/find-in-file-worker-1ae9fa256942.js","githubDevUrl":null,"enabled_features":{"code_nav_ui_events":false,"react_blob_overlay":false,"accessible_code_button":true,"github_models_repo_integration":false}}}
0