e02887565b
* Remove extra parenthesis causing warnings on latest chromium * Update to electron 2.0.1 * Move all @types dependencies to devDependencies * Update electron-builder/electron-updater * Update to Node.js 8.9.3 to match Electron 2.0.1
22 lines
453 B
YAML
22 lines
453 B
YAML
language: node_js
|
|
node_js:
|
|
- '8.9.3'
|
|
os:
|
|
- linux
|
|
dist: trusty
|
|
install:
|
|
- yarn install --frozen-lockfile
|
|
script:
|
|
- yarn generate
|
|
- yarn lint
|
|
- yarn test-node
|
|
- yarn nsp check
|
|
- yarn prepare-beta-build
|
|
- $(yarn bin)/build --config.extraMetadata.environment=$SIGNAL_ENV --config.mac.bundleVersion='$TRAVIS_BUILD_NUMBER' --publish=never
|
|
- ./travis.sh
|
|
env:
|
|
global:
|
|
- SIGNAL_ENV: production
|
|
sudo: false
|
|
notifications:
|
|
email: false
|