From 909c9d18feb3bc6791be7ade9691295fa235e348 Mon Sep 17 00:00:00 2001 From: thinkinggis Date: Fri, 22 Nov 2019 13:23:41 +0800 Subject: [PATCH] fix(travis): update travis --- .travis.yml | 3 +-- gatsby-config.js | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 163042f418..01859d3e6e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,5 +12,4 @@ branches: install: - yarn install script: -- yarn test -- yarn coveralls +- yarn run lint diff --git a/gatsby-config.js b/gatsby-config.js index bfdb4be393..4c236f33f2 100644 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -3,7 +3,7 @@ module.exports = { { resolve: '@antv/gatsby-theme-antv', options: { - GATrackingId: 'UA-148148901-7', + GATrackingId: 'UA-148148901-7' } } ],