Remove travis config file (#718)
This commit is contained in:
parent
acfd04e81a
commit
2f84747dec
1 changed files with 0 additions and 23 deletions
23
.travis.yml
23
.travis.yml
|
@ -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
|
Loading…
Reference in a new issue