fix(travis): update travis

This commit is contained in:
thinkinggis 2019-11-22 13:23:41 +08:00
parent ee70bda84a
commit 661c8e101e
2 changed files with 2 additions and 3 deletions

View File

@ -12,5 +12,4 @@ branches:
install: install:
- yarn install - yarn install
script: script:
- yarn test - yarn run lint
- yarn coveralls

View File

@ -3,7 +3,7 @@ module.exports = {
{ {
resolve: '@antv/gatsby-theme-antv', resolve: '@antv/gatsby-theme-antv',
options: { options: {
GATrackingId: 'UA-148148901-7', GATrackingId: 'UA-148148901-7'
} }
} }
], ],