Skip to content

Commit 074a48c

Browse files
committed
ci: remove TravisCI config and related content
1 parent cdf0596 commit 074a48c

File tree

7 files changed

+4
-80
lines changed

7 files changed

+4
-80
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ commands:
5555
name: Deploy to NPM
5656
command: |
5757
export RELEASE_VERSION="0.1.0-prerelease.$(date +'%Y%m%d%H%M%S')"
58-
if [[ "$TRAVIS_BRANCH" == hotfix/* ]]; then
58+
if [[ "$CIRCLE_BRANCH" == hotfix/* ]]; then
5959
export NPM_TAG=hotfix
6060
else
6161
export NPM_TAG=latest

.npmignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Development files
2+
/.circleci
23
.eslintrc
34
/.editorconfig
45
/.eslintignore
56
/.gitattributes
67
/.github
7-
/.travis.yml
88
/.tx
99
/tests
1010
/webpack.config.js

.travis.yml

Lines changed: 0 additions & 51 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# scratch-blocks
22
#### Scratch Blocks is a library for building creative computing interfaces.
3-
[![Build Status](https://travis-ci.org/LLK/scratch-blocks.svg?branch=develop)](https://travis-ci.org/LLK/scratch-blocks)
3+
[![CircleCI](https://dl.circleci.com/status-badge/img/gh/LLK/scratch-blocks/tree/develop.svg?style=shield)](https://dl.circleci.com/status-badge/redirect/gh/LLK/scratch-blocks/tree/develop)
44
[![Dependency Status](https://david-dm.org/LLK/scratch-blocks.svg)](https://david-dm.org/LLK/scratch-blocks)
55
[![devDependency Status](https://david-dm.org/LLK/scratch-blocks/dev-status.svg)](https://david-dm.org/LLK/scratch-blocks#info=devDependencies)
66

cleanup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ echo Miscellaneous cleanup...
8181
keep_ours=".github/ISSUE_TEMPLATE.md \
8282
.github/PULL_REQUEST_TEMPLATE.md \
8383
.gitignore \
84-
.travis.yml \
84+
.circleci/config.yml \
8585
core/block_animations.js \
8686
msg/messages.js \
8787
msg/js/en.js \

i18n/sync_translations.sh

Lines changed: 0 additions & 17 deletions
This file was deleted.

tests/scripts/setup_linux_env.sh

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)