2017-05-03 21:43:04 +00:00
|
|
|
platform:
|
|
|
|
- x64
|
|
|
|
|
|
|
|
cache:
|
|
|
|
- node_modules
|
|
|
|
- '%LOCALAPPDATA%\electron\Cache'
|
|
|
|
|
|
|
|
install:
|
|
|
|
- set PATH=C:\Ruby23-x64\bin;%PATH%
|
|
|
|
- ps: Install-Product node 6 x64
|
|
|
|
- yarn install
|
|
|
|
|
|
|
|
test_script:
|
|
|
|
- yarn test
|
|
|
|
|
|
|
|
build_script:
|
2017-05-03 23:58:57 +00:00
|
|
|
- set NODE_ENV=production
|
2017-05-03 21:43:04 +00:00
|
|
|
- yarn travis-build
|