travis ci - add configuration to master branch

This commit is contained in:
Vishwas Shashidhar 2019-03-21 14:15:09 +05:30
parent e4d5cfbc80
commit b55da7be65
2 changed files with 32 additions and 1 deletions

31
.travis.yml Normal file
View 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

View File

@ -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: