Start with a .travis.yml and cypress run

Build failures are expected
This commit is contained in:
Robert Schäfer 2018-12-06 15:26:07 +01:00
parent b0bd5b8174
commit 0243bfbec2

17
.travis.yml Normal file
View File

@ -0,0 +1,17 @@
language: node_js
node_js:
- "10"
cache:
yarn: true
directories:
- node_modules
services:
- docker
- neo4j
install:
- git submodule update --remote --merge
- yarn global add cypress
script:
- cypress run