You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
language: node_js
|
|
|
|
cache:
|
|
|
|
yarn: true
|
|
|
|
directories:
|
|
|
|
- node_modules
|
|
|
|
node_js:
|
|
|
|
- '10.13.0'
|
|
|
|
install:
|
|
|
|
- travis_wait 30 yarn install --frozen-lockfile --network-timeout 1000000
|
|
|
|
script:
|
|
|
|
- yarn generate
|
|
|
|
- yarn test
|
|
|
|
env:
|
|
|
|
global:
|
|
|
|
- SIGNAL_ENV: production
|
|
|
|
sudo: false
|
|
|
|
notifications:
|
|
|
|
email: false
|
|
|
|
|
|
|
|
matrix:
|
|
|
|
include:
|
|
|
|
- name: 'Linux'
|
|
|
|
os: linux
|
|
|
|
dist: trusty
|
|
|
|
before_install:
|
|
|
|
- sudo apt-get install -y libgtk2.0-0 libgtk-3-0 libgconf-2-4 libasound2 libxtst6 libxss1 libnss3 xvfb hunspell-en-us
|
|
|
|
before_script:
|
|
|
|
- Xvfb -ac -screen scrn 1280x2000x24 :9.0 &
|
|
|
|
- export DISPLAY=:9.0
|
|
|
|
- export LC_ALL=en_US
|
|
|
|
- name: 'OSX'
|
|
|
|
os: osx
|
|
|
|
- name: 'Windows'
|
|
|
|
os: windows
|
|
|
|
cache: false
|
|
|
|
env:
|
|
|
|
- YARN_GPG=no
|