mirror of
https://github.com/finos/SymphonyElectron.git
synced 2024-12-26 08:51:22 -06:00
travis ci - add configuration to master branch
This commit is contained in:
parent
e4d5cfbc80
commit
b55da7be65
31
.travis.yml
Normal file
31
.travis.yml
Normal file
@ -0,0 +1,31 @@
|
||||
env:
|
||||
global:
|
||||
- ELECTRON_QA="true"
|
||||
|
||||
os:
|
||||
- osx
|
||||
- windows
|
||||
|
||||
compiler:
|
||||
- gcc
|
||||
|
||||
language: node_js
|
||||
|
||||
node_js:
|
||||
- '11'
|
||||
|
||||
addons:
|
||||
chrome: stable
|
||||
|
||||
before_install:
|
||||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update ; fi
|
||||
|
||||
script:
|
||||
- node --version
|
||||
- npm --version
|
||||
- npm install
|
||||
- npm test
|
||||
|
||||
cache:
|
||||
directories:
|
||||
- node_modules
|
@ -1,5 +1,5 @@
|
||||
[![Symphony Software Foundation - Incubating](https://cdn.rawgit.com/symphonyoss/contrib-toolbox/master/images/ssf-badge-incubating.svg)](https://symphonyoss.atlassian.net/wiki/display/FM/Incubating)
|
||||
|
||||
[![Build Status](https://travis-ci.org/symphonyoss/SymphonyElectron.svg?branch=master)](https://travis-ci.org/symphonyoss/SymphonyElectron)
|
||||
# SymphonyElectron
|
||||
|
||||
## About:
|
||||
|
Loading…
Reference in New Issue
Block a user