8add0ac8a1
* Update spectron to fix linux CI runs * Point test-release grunt task at release folder * Ensure that build folders of socks/smart-buffer are in build * AppVeyor: windows build output folder is now release * Travis: Force build output to release directory
23 lines
510 B
YAML
23 lines
510 B
YAML
language: node_js
|
|
node_js:
|
|
- '10.13.0'
|
|
os:
|
|
- linux
|
|
dist: trusty
|
|
install:
|
|
- yarn install --frozen-lockfile
|
|
script:
|
|
- yarn generate
|
|
- yarn lint
|
|
- yarn lint-deps
|
|
- 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 --config.directories.output=release
|
|
- ./travis.sh
|
|
env:
|
|
global:
|
|
- SIGNAL_ENV: production
|
|
sudo: false
|
|
notifications:
|
|
email: false
|