Remove travis config file (#718)

This commit is contained in:
Krzysztof Wolski 2020-09-18 14:49:06 +02:00 committed by GitHub
parent acfd04e81a
commit 2f84747dec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,23 +0,0 @@
dist: xenial
language: node_js
sudo: false
node_js:
- "12.12"
branches:
only:
- master
- /next\/.*/
script:
- npm run build
- npm test -- --ci --coverage
env:
global:
- APP_MOUNT_URI="/"
- API_URI="/graphql/"
after_success:
- codecov