Skip to content

Commit f0fe653

Browse files
committed
chore: travis
1 parent d83a9eb commit f0fe653

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ matrix:
22
include:
33
- os: linux
44
language: node_js
5-
node_js: 12
5+
node_js: 15
66
dist: trusty
77
sudo: required
88
addons:
@@ -18,7 +18,6 @@ before_install:
1818
install:
1919
- yarn install --network-timeout 1000000 # Timeout needed for Windows (really slow)
2020
script:
21-
- 'if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then yarn checkformat --head=$TRAVIS_PULL_REQUEST_SHA --base=$(git merge-base HEAD $TRAVIS_BRANCH); fi'
2221
- yarn test
2322
# - yarn e2e
2423
# - yarn checkcommit

0 commit comments

Comments
 (0)