diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 33faea8..0000000 --- a/.travis.yml +++ /dev/null @@ -1,18 +0,0 @@ -language: php -php: -- 7.3 -install: -- composer install -env: - global: - - DB_HOST=localhost - - DB_DATABASE=airtng - - DB_USERNAME=postgres - - APP_ENV=testing - - APP_KEY=rJhIZXkdo3FtwqdDJsC7OadHIVhnarEE - - TWILIO_ACCOUNT_SID=ACXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX - - TWILIO_AUTH_TOKEN=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX - - TWILIO_NUMBER=+15552737123 -before_script: - - touch database/database-test.sqlite - - php artisan migrate --database=testing --force diff --git a/readme.md b/readme.md index aaae792..1482754 100644 --- a/readme.md +++ b/readme.md @@ -1,6 +1,7 @@ # Airtng App: Part 1 - Workflow Automation with Twilio - Laravel -[![Build Status](https://travis-ci.org/TwilioDevEd/airtng-laravel.svg)](https://travis-ci.org/TwilioDevEd/airtng-laravel) +![](https://github.com/TwilioDevEd/airtng-laravel/workflows/Laravel/badge.svg) + > We are currently in the process of updating this sample template. If you are encountering any issues with the sample, please open an issue at [github.com/twilio-labs/code-exchange/issues](https://github.com/twilio-labs/code-exchange/issues) and we'll try to help you.