Skip to content

Commit

Permalink
Remove remnants of old CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mnmkng committed Dec 7, 2020
1 parent eb87987 commit bae95c5
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 347 deletions.
67 changes: 0 additions & 67 deletions .travis.yml

This file was deleted.

29 changes: 0 additions & 29 deletions .travis/after-deploy.js

This file was deleted.

39 changes: 0 additions & 39 deletions .travis/before-deploy.js

This file was deleted.

34 changes: 0 additions & 34 deletions .travis/check-user-agent.js

This file was deleted.

177 changes: 0 additions & 177 deletions .travis/release-images.js

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"build-readme": "node ./tools/build_readme.js",
"test": "npm run build && jest --testTimeout=20000 --maxWorkers=3 --silent",
"prepare": "npm run build",
"prepublishOnly": "(test $TRAVIS || (echo \"Publishing is reserved to the Travis CI!\"; exit 1))",
"prepublishOnly": "(test $CI || (echo \"Publishing is reserved to CI!\"; exit 1))",
"clean": "rm -rf ./build ./types",
"lint": "eslint ./src ./test",
"lint:fix": "eslint ./src ./test --ext .js,.jsx --fix"
Expand Down

0 comments on commit bae95c5

Please sign in to comment.