diff --git a/.travis.yml b/.travis.yml index e0c7ea8..25393b7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,8 +12,9 @@ install: script: - yarn test - yarn generate + - yarn build # https://stackoverflow.com/questions/37544306/travis-different-script-for-different-branch - - test "$TRAVIS_BRANCH" = "dev" && yarn build && ./lhci.sh || echo skip + - test "$TRAVIS_BRANCH" = "dev" && ./lhci.sh || echo skip - test "$TRAVIS_BRANCH" = "master" && yarn zip || echo skip addons: chrome: stable diff --git a/template/framework-base/_package.json b/template/framework-base/_package.json index 5c30576..c41b024 100644 --- a/template/framework-base/_package.json +++ b/template/framework-base/_package.json @@ -44,7 +44,7 @@ }, "devDependencies": { "@babel/core": "7.8.3", - "@babel/preset-env": "7.8.3", + "@babel/preset-env": "7.8.7", "@babel/plugin-proposal-optional-chaining": "7.8.3", "@babel/plugin-proposal-nullish-coalescing-operator": "7.8.3", "@commitlint/cli": "8.2.0", diff --git a/test/snapshots/index.test.js.md b/test/snapshots/index.test.js.md index b21216f..07a585a 100644 --- a/test/snapshots/index.test.js.md +++ b/test/snapshots/index.test.js.md @@ -119,7 +119,7 @@ Generated by [AVA](https://ava.li). '@babel/core': '7.8.3', '@babel/plugin-proposal-nullish-coalescing-operator': '7.8.3', '@babel/plugin-proposal-optional-chaining': '7.8.3', - '@babel/preset-env': '7.8.3', + '@babel/preset-env': '7.8.7', '@commitlint/cli': '8.2.0', '@commitlint/config-conventional': '8.2.0', 'babel-eslint': '8.2.6', @@ -294,7 +294,7 @@ Generated by [AVA](https://ava.li). '@babel/core': '7.8.3', '@babel/plugin-proposal-nullish-coalescing-operator': '7.8.3', '@babel/plugin-proposal-optional-chaining': '7.8.3', - '@babel/preset-env': '7.8.3', + '@babel/preset-env': '7.8.7', '@commitlint/cli': '8.2.0', '@commitlint/config-conventional': '8.2.0', 'babel-eslint': '8.2.6', diff --git a/test/snapshots/index.test.js.snap b/test/snapshots/index.test.js.snap index 0e498a3..5259205 100644 Binary files a/test/snapshots/index.test.js.snap and b/test/snapshots/index.test.js.snap differ