Revision 6c3dcc398c685e1bfa2533fd3538d3b04ab5596e authored by Eric Prud'hommeaux on 17 March 2023, 08:01:54 UTC, committed by Eric Prud'hommeaux on 17 March 2023, 19:07:28 UTC
1 parent b5cb307
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