mirror of
https://github.com/oxen-io/session-desktop.git
synced 2023-12-14 02:12:57 +01:00
23 lines
472 B
YAML
23 lines
472 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 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
|
|
- ./travis.sh
|
|
env:
|
|
global:
|
|
- SIGNAL_ENV: production
|
|
sudo: false
|
|
notifications:
|
|
email: false
|