Skip to content

Commit

Permalink
Fix lint error. (#5735)
Browse files Browse the repository at this point in the history
  • Loading branch information
sainthkh authored and jennifer-shehane committed Nov 19, 2019
1 parent 6bb3a48 commit 6749a0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/server/test/unit/ci_provider_spec.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -842,7 +842,7 @@ describe "lib/util/ci_provider", ->
TRAVIS: "true"
TRAVIS_PULL_REQUEST: "travisPullRequest"
TRAVIS_PULL_REQUEST_BRANCH: "travisPullRequestBranch"
TRAVIS_PULL_REQUEST_SHA: "travisPullRequestSha"
TRAVIS_PULL_REQUEST_SHA: "travisPullRequestSha"

TRAVIS_COMMIT: "travisCommit"
TRAVIS_BRANCH: "travisBranch"
Expand Down

4 comments on commit 6749a0e

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 6749a0e Nov 19, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the darwin x64 version of the Test Runner.

You can install this pre-release platform-specific build using instructions at https://on.cypress.io/installing-cypress#Install-pre-release-version.

You will need to use custom CYPRESS_INSTALL_BINARY url and install Cypress using an url instead of the version.

export CYPRESS_INSTALL_BINARY=https://cdn.cypress.io/beta/binary/3.7.0/darwin-x64/circle-develop-6749a0edc69a0052497e3a12766723274d78a135-194879/cypress.zip
npm install https://cdn.cypress.io/beta/npm/3.7.0/circle-develop-6749a0edc69a0052497e3a12766723274d78a135-194876/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 6749a0e Nov 19, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

AppVeyor has built the win32 ia32 version of the Test Runner.

You can install this pre-release platform-specific build using instructions at https://on.cypress.io/installing-cypress#Install-pre-release-version.

You will need to use custom CYPRESS_INSTALL_BINARY url and install Cypress using an url instead of the version.

set CYPRESS_INSTALL_BINARY=https://cdn.cypress.io/beta/binary/3.7.0/win32-ia32/appveyor-develop-6749a0edc69a0052497e3a12766723274d78a135-28974251/cypress.zip
npm install https://cdn.cypress.io/beta/binary/3.7.0/win32-ia32/appveyor-develop-6749a0edc69a0052497e3a12766723274d78a135-28974251/cypress.zip

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 6749a0e Nov 19, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

AppVeyor has built the win32 x64 version of the Test Runner.

You can install this pre-release platform-specific build using instructions at https://on.cypress.io/installing-cypress#Install-pre-release-version.

You will need to use custom CYPRESS_INSTALL_BINARY url and install Cypress using an url instead of the version.

set CYPRESS_INSTALL_BINARY=https://cdn.cypress.io/beta/binary/3.7.0/win32-x64/appveyor-develop-6749a0edc69a0052497e3a12766723274d78a135-28974251/cypress.zip
npm install https://cdn.cypress.io/beta/binary/3.7.0/win32-x64/appveyor-develop-6749a0edc69a0052497e3a12766723274d78a135-28974251/cypress.zip

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 6749a0e Nov 20, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the linux x64 version of the Test Runner.

You can install this pre-release platform-specific build using instructions at https://on.cypress.io/installing-cypress#Install-pre-release-version.

You will need to use custom CYPRESS_INSTALL_BINARY url and install Cypress using an url instead of the version.

export CYPRESS_INSTALL_BINARY=https://cdn.cypress.io/beta/binary/3.7.0/linux-x64/circle-develop-6749a0edc69a0052497e3a12766723274d78a135-195276/cypress.zip
npm install https://cdn.cypress.io/beta/npm/3.7.0/circle-develop-6749a0edc69a0052497e3a12766723274d78a135-195269/cypress.tgz

Please sign in to comment.