Remove TravisCI

This commit is contained in:
John Hobbs 2021-09-28 10:25:22 -05:00
parent b49f80b031
commit c946191d0d
3 changed files with 2 additions and 17 deletions

View File

@ -1,15 +0,0 @@
jobs:
include:
- language: go
go: 1.11.x
before_script: cd cloud-function/
script: go test -v -timeout 30s -tags testing ./...
- language: node_js
node_js: "lts/*"
install:
- npm install -g mocha@"^3.5.3"
- npm install chai@"3.5.0" jsonschema@"^1.1.1"
- npm install convert-units@"^2.1.0"
- npm install image-size@"^0.6.3"
script: mocha

View File

@ -1,6 +1,6 @@
# [cultofthepartyparrot.com](http://cultofthepartyparrot.com)
[![Build Status](https://travis-ci.org/jmhobbs/cultofthepartyparrot.com.svg?branch=master)](https://travis-ci.org/jmhobbs/cultofthepartyparrot.com)
[![Build Status](https://circleci.com/gh/jmhobbs/cultofthepartyparrot.com/tree/main.svg?style=shield)](https://circleci.com/gh/jmhobbs/cultofthepartyparrot.com/tree/main)
[![Netlify Status](https://api.netlify.com/api/v1/badges/a923b5c1-d312-4530-aa1f-5ab01a588cfc/deploy-status)](https://app.netlify.com/sites/cultofthepartyparrot/deploys)
```

View File

@ -1,6 +1,6 @@
# [cultofthepartyparrot.com](http://cultofthepartyparrot.com)
[![Build Status](https://travis-ci.org/jmhobbs/cultofthepartyparrot.com.svg?branch=master)](https://travis-ci.org/jmhobbs/cultofthepartyparrot.com)
[![Build Status](https://circleci.com/gh/jmhobbs/cultofthepartyparrot.com/tree/main.svg?style=shield)](https://circleci.com/gh/jmhobbs/cultofthepartyparrot.com/tree/main)
[![Netlify Status](https://api.netlify.com/api/v1/badges/a923b5c1-d312-4530-aa1f-5ab01a588cfc/deploy-status)](https://app.netlify.com/sites/cultofthepartyparrot/deploys)
```