signal-desktop/.travis.yml
2019-12-18 11:23:42 -08:00

23 lines
362 B
YAML

language: node_js
node_js:
- '12.4.0'
os:
- linux
dist: trusty
before_install:
- npm install -g yarn@1.17.3
install:
- yarn install --frozen-lockfile
script:
- yarn generate
- yarn lint
- yarn lint-deps
- yarn prepare-beta-build
- yarn build
- ./travis.sh
env:
global:
- SIGNAL_ENV: production
sudo: false
notifications:
email: false