mirror of https://gitee.com/antv-l7/antv-l7
fix(travis): update travis
This commit is contained in:
parent
ee70bda84a
commit
661c8e101e
|
@ -12,5 +12,4 @@ branches:
|
||||||
install:
|
install:
|
||||||
- yarn install
|
- yarn install
|
||||||
script:
|
script:
|
||||||
- yarn test
|
- yarn run lint
|
||||||
- yarn coveralls
|
|
||||||
|
|
|
@ -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'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in New Issue