1726e1b77a
* Introduce normalize-path wherever we use fastGlob * CI: Update yarn version; install yarn via npm on windows * Add more logging to Grunt file spectron usage * Lock core.js to what it was resolving to before: 2.4.1 * test/index.html: Remove nonexistent test file * test/index.html: Remove missing registration.js * preload.js: Introduce client-side logging for load failures * Gruntfile: Introduce better debuggability if prod test fails * Reintroduce glob for searches inside asar
23 lines
363 B
YAML
23 lines
363 B
YAML
language: node_js
|
|
node_js:
|
|
- '12.13.0'
|
|
os:
|
|
- linux
|
|
dist: trusty
|
|
before_install:
|
|
- npm install -g yarn@1.22.0
|
|
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
|