Revision d9573f01cb34580f083b64981e5a96ff0b755486 authored by Eric Prud'hommeaux on 25 February 2023, 01:16:31 UTC, committed by Eric Prud'hommeaux on 25 February 2023, 01:28:05 UTC
1 parent 8965217
Raw File
.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