insomnia/.travis.yml

24 lines
431 B
YAML
Raw Normal View History

2019-10-18 14:48:39 +00:00
language: node_js
matrix:
include:
- os: osx # High Sierra for older libcurl compatibility
2019-10-18 15:08:59 +00:00
osx_image: xcode10.1
2019-10-18 14:48:39 +00:00
env:
- CSC_LINK=$MAC_CSC_LINK
- CSC_KEY_PASSWORD=$MAC_CSC_KEY_PASSWORD
cache:
directories:
- node_modules
- build/node_modules
- $HOME/.electron
- $HOME/.cache
script:
- node --version
- npm --version
- npm run bootstrap
- npm test
2019-10-30 14:24:32 +00:00
- npm run app-release