Skip to content

Commit

Permalink
Merge pull request #7051 from jtpio/rename-travis
Browse files Browse the repository at this point in the history
Remove reference to Travis CI
  • Loading branch information
blink1073 committed Aug 21, 2019
2 parents 4b2cf55 + 7152e5a commit 8f16ca8
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 92 deletions.
9 changes: 2 additions & 7 deletions azure-pipelines.yml
Expand Up @@ -30,25 +30,20 @@ jobs:
displayName: 'install'
inputs:
targetType: 'filePath'
filePath: ./scripts/travis_install.sh
filePath: ./scripts/ci_install.sh
- script: python -m pip install virtualenv
- task: Bash@3
displayName: 'script'
inputs:
targetType: 'filePath'
filePath: ./scripts/travis_script.sh
filePath: ./scripts/ci_script.sh
- task: PublishTestResults@2
displayName: 'publish test results'
condition: variables['testResultsFiles']
inputs:
testResultsFiles: '$(testResultsFiles)'
testRunTitle: 'Linux - $(group)'
mergeTestResults: true
- task: Bash@3
displayName: 'after_success'
inputs:
targetType: 'filePath'
filePath: ./scripts/travis_after_success.sh

- job: 'Windows'
pool:
Expand Down
17 changes: 0 additions & 17 deletions packages/services/scripts/travis_after_success.sh

This file was deleted.

23 changes: 0 additions & 23 deletions packages/services/scripts/travis_install.sh

This file was deleted.

20 changes: 0 additions & 20 deletions packages/services/scripts/travis_script.sh

This file was deleted.

2 changes: 1 addition & 1 deletion scripts/travis_install.sh → scripts/ci_install.sh
Expand Up @@ -6,7 +6,7 @@ set -ex
set -o pipefail

# Building should work without yarn installed globally, so uninstall the
# global yarn that Travis installs automatically.
# global yarn installed by default.
sudo rm -rf $(which yarn)
! yarn

Expand Down
File renamed without changes.
24 changes: 0 additions & 24 deletions scripts/travis_after_success.sh

This file was deleted.

0 comments on commit 8f16ca8

Please sign in to comment.