Skip to content

Commit

Permalink
travisCI AppVeyor test
Browse files Browse the repository at this point in the history
  • Loading branch information
blarfoon committed Nov 4, 2018
1 parent e921d66 commit a42476d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
11 changes: 0 additions & 11 deletions .travis.yml
@@ -1,6 +1,4 @@
matrix:
allow_failures:
- os: windows
include:
- os: osx
language: node_js
Expand Down Expand Up @@ -31,15 +29,6 @@ matrix:
# This should fix https://github.com/travis-ci/travis-ci/issues/9630
- sudo chown -R travis:travis $HOME/.cache
- sudo chown -R travis:travis $TRAVIS_BUILD_DIR/node_modules

- os: windows
language: node_js
node_js:
- 10
env:
- ELECTRON_CACHE=$HOME/.cache/electron
- ELECTRON_BUILDER_CACHE=$HOME/.cache/electron-builder

before_cache:
- rm -rf $HOME/.cache/electron-builder/wine

Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -30,4 +30,4 @@ install:
- yarn

test_script:
- yarn package-all
- yarn package-ci

0 comments on commit a42476d

Please sign in to comment.