Files
Desktop/.travis.yml
Ken Powers 2f9bebe567 Upgrade to Electron 8
Co-authored-by: Scott Nonnenberg <scott@signal.org>
2020-02-19 15:22:37 -08:00

24 lines
363 B
YAML

language: node_js
node_js:
- '12.13.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