https://github.com/shexSpec/shex.js
Raw File
Tip revision: 583c883f2c45a3ff47b737255705232cb2958036 authored by dependabot[bot] on 25 March 2024, 10:31:09 UTC
Bump koa from 2.15.0 to 2.15.2
Tip revision: 583c883
.travis.yml
if: tag IS blank
language: node_js
os: linux
dist: xenial

env:
  - CLI_TIMEOUT=10000
node_js:
#  - "lts/*"
  - "node"
before_script:
  - git clone --depth=1 --branch=main https://github.com/shexSpec/shexTest.git ../shexTest
install: npm ci && lerna bootstrap
cache: npm
script:
  - npm run test-all

notifications:
  email: false

# branches:
#   except:
#     - /^v\d+\.\d+\.\d+$/
back to top