mirror of
https://github.com/finos/SymphonyElectron.git
synced 2024-11-22 08:57:00 -06:00
873badf389
* Spectron - Initial commit * Spectron - Only run unit tests on travis * Spectron - Update npm script to copy config and refactor * Spectron - Update readme * Spectron - update test cases * Spectron - Merge upstream Spectron * Spectron - Update spectron to 10.0.0 and fix issues * Spectron - rename travis file * Spectron - install linux specific dependency * Spectron - Fix indentation * Spectron - Fix indentation * Spectron - Remove unwanted script * fix typo
25 lines
291 B
YAML
25 lines
291 B
YAML
build: off
|
|
|
|
os: unstable
|
|
|
|
platform:
|
|
- x86
|
|
- x64
|
|
|
|
skip_tags: false
|
|
|
|
environment:
|
|
nodejs_version: "12"
|
|
|
|
cache:
|
|
- node_modules -> package.json
|
|
|
|
install:
|
|
- ps: Install-Product node $env:nodejs_version
|
|
- npm install
|
|
|
|
test_script:
|
|
- node --version
|
|
- npm --version
|
|
- npm run test
|