We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d83a9eb commit f0fe653Copy full SHA for f0fe653
1 file changed
.travis.yml
@@ -2,7 +2,7 @@ matrix:
2
include:
3
- os: linux
4
language: node_js
5
- node_js: 12
+ node_js: 15
6
dist: trusty
7
sudo: required
8
addons:
@@ -18,7 +18,6 @@ before_install:
18
install:
19
- yarn install --network-timeout 1000000 # Timeout needed for Windows (really slow)
20
script:
21
- - 'if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then yarn checkformat --head=$TRAVIS_PULL_REQUEST_SHA --base=$(git merge-base HEAD $TRAVIS_BRANCH); fi'
22
- yarn test
23
# - yarn e2e
24
# - yarn checkcommit
0 commit comments