Browse Source

CI fixes

master
Ramiro Saenz 3 years ago
parent
commit
287ee85067
  1. 1
      .travis.yml
  2. 3
      appveyor.yml

1
.travis.yml

@ -44,5 +44,6 @@ script:
else else
cd $TRAVIS_BUILD_DIR/build/production/Rambox/ cd $TRAVIS_BUILD_DIR/build/production/Rambox/
npm i npm i
npm i cli-truncate
npm run build:osx npm run build:osx
fi fi

3
appveyor.yml

@ -19,9 +19,6 @@ install:
cd %APPVEYOR_BUILD_FOLDER%\build\production\Rambox\ cd %APPVEYOR_BUILD_FOLDER%\build\production\Rambox\
npm install npm install
cache:
- '%APPDATA%\npm-cache'
- '%USERPROFILE%\.electron'
build_script: build_script:
- cmd: cd %APPVEYOR_BUILD_FOLDER%\build\production\Rambox\ - cmd: cd %APPVEYOR_BUILD_FOLDER%\build\production\Rambox\
- cmd: npm run build:win - cmd: npm run build:win

Loading…
Cancel
Save