diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 12bbaf5..47b5819 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -9,7 +9,7 @@ on: - '*' jobs: - build: + tests: runs-on: ubuntu-latest services: redis: diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index d1ca29e..0000000 --- a/.travis.yml +++ /dev/null @@ -1,23 +0,0 @@ -language: node_js -sudo: false -cache: - directories: - - node_modules -node_js: - - "7" - - "8.13.0" - - "8" - - "node" -env: - - CXX=g++-4.8 REDIS_ENDPOINT=redis://localhost:6379/0 -services: - - redis-server -addons: - apt: - sources: - - ubuntu-toolchain-r-test - packages: - - g++-4.8 -script: make test -after_success: - npm run send_cover diff --git a/README.md b/README.md index 6e18ce2..3a9c254 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,4 @@ -[![Build Status](https://travis-ci.org/globocom/functions.png?branch=master)](https://travis-ci.org/globocom/functions) -[![Coverage Status](https://coveralls.io/repos/github/globocom/functions/badge.svg?branch=master)](https://coveralls.io/github/globocom/functions?branch=master) +![Tests](https://github.com/globocom/functions/actions/workflows/tests.yml/badge.svg) # Backstage Functions Backstage Functions is an Open Source [Serverless](http://martinfowler.com/articles/serverless.html) Platform able to store and execute code.