Added windows support.

pull/103/head
Mikunj 6 years ago
parent f86c96b068
commit 47081d4586

@ -6,9 +6,8 @@ cache:
node_js: node_js:
- '8.9.3' - '8.9.3'
install: install:
- yarn install --frozen-lockfile - yarn install --frozen-lockfile --network-timeout 1000000
script: script:
- export SIGNAL_ENV=production
- yarn generate - yarn generate
- yarn test - yarn test
env: env:
@ -20,7 +19,7 @@ notifications:
matrix: matrix:
include: include:
- name: 'Linux Test' - name: 'Linux'
os: linux os: linux
dist: trusty dist: trusty
before_install: before_install:
@ -29,5 +28,9 @@ matrix:
- Xvfb -ac -screen scrn 1280x2000x24 :9.0 & - Xvfb -ac -screen scrn 1280x2000x24 :9.0 &
- export DISPLAY=:9.0 - export DISPLAY=:9.0
- export LC_ALL=en_US - export LC_ALL=en_US
- name: 'OSX Test' - name: 'OSX'
os: osx os: osx
- name: 'Windows'
os: windows
env:
- YARN_GPG=no

Loading…
Cancel
Save