https://github.com/shexSpec/shex.js
Raw File
Tip revision: c45a766dc04fb78dda29f62467a24dd24570ec0c authored by Eric Prud'hommeaux on 01 August 2021, 17:01:44 UTC
chore(release): publish
Tip revision: c45a766
.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=extends 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