mirror of
https://github.com/finos/SymphonyElectron.git
synced 2024-12-29 02:11:28 -06:00
remove travis in favour of github actions
Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com>
This commit is contained in:
parent
fd67a5cd31
commit
ce86367839
34
.travis.yml
34
.travis.yml
@ -1,34 +0,0 @@
|
||||
env:
|
||||
global:
|
||||
- ELECTRON_QA="true"
|
||||
- npm config set package-lock false
|
||||
|
||||
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
|
||||
|
||||
install:
|
||||
- npm install
|
||||
|
||||
script:
|
||||
- node --version
|
||||
- npm --version
|
||||
- npm test
|
||||
|
||||
cache:
|
||||
directories:
|
||||
- node_modules
|
Loading…
Reference in New Issue
Block a user