mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Start with a .travis.yml and cypress run
Build failures are expected
This commit is contained in:
parent
b0bd5b8174
commit
0243bfbec2
17
.travis.yml
Normal file
17
.travis.yml
Normal 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
|
||||
Loading…
x
Reference in New Issue
Block a user