https://github.com/shexSpec/shex.js
Raw File
Tip revision: 17756428852d9abb1d5242f539675265ea38395a authored by Eric Prud'hommeaux on 03 April 2019, 15:54:21 UTC
v1.0.0-alpha.2
Tip revision: 1775642
.travis.yml
sudo: false
language: node_js
env:
  - CLI_TIMEOUT=10000
node_js:
  - "6.0"
  - "8.10"
#  - "stable"
before_script:
  - npm run browser
  - git clone --depth=50 --branch=master https://github.com/shexSpec/shexTest.git ../shexTest
script:
  - npm run test-all
cache:
  directories:
    - node_modules
    - ~/.npm
notifications:
  email: false
branches:
  except:
    - /^v\d+\.\d+\.\d+$/
back to top