https://github.com/shexSpec/shex.js
Raw File
Tip revision: 231fb8550b956bdae3bb611c0131739800c8c835 authored by Eric Prud'hommeaux on 19 January 2023, 12:40:20 UTC
~ simplifying validateShape()
Tip revision: 231fb85
.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