diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index f0f12da7..00000000 --- a/.travis.yml +++ /dev/null @@ -1,69 +0,0 @@ -language: node_js -sudo: false -node_js: - - "6.10.3" - -# Remove wine from cache -before_cache: - - rm -rf $HOME/.cache/electron-builder/wine - -cache: - ccache: true - directories: - - $HOME/.cache/electron - - $HOME/.cache/electron-builder - - $HOME/.npm/_prebuilds - - $HOME/Library/Caches/electron - - $HOME/Library/Caches/electron-builder - - $HOME/.pkg-cache - - node_modules - -services: - - docker - -addons: - apt: - sources: - - ubuntu-toolchain-r-test - packages: - - libstdc++-6-dev - -env: - global: - - CCACHE_TEMPDIR=/tmp/.ccache-temp - - CCACHE_COMPRESS=1 - - CC="clang" - - CXX="clang++" - - HOMEBREW_NO_AUTO_UPDATE=1 - matrix: - - TARGET_ARCH=x64 - - TARGET_ARCH=x86 - -matrix: - fast_finish: true - exclude: - - os: osx - env: TARGET_ARCH=x86 - -os: - - linux - -before_install: - - export HOST_OS="$TRAVIS_OS_NAME"; - -install: - - ./scripts/ci/install.sh -o $HOST_OS -r $TARGET_ARCH - -script: - - ./scripts/ci/test.sh -o $HOST_OS -r $TARGET_ARCH - - ./scripts/ci/build-installers.sh -o $HOST_OS -r $TARGET_ARCH - -deploy: - provider: script - skip_cleanup: true - script: scripts/ci/deploy.sh -o $HOST_OS -r $TARGET_ARCH - on: - branch: master - -notifications: - email: false diff --git a/appveyor.yml b/appveyor.yml deleted file mode 100644 index 760dec4f..00000000 --- a/appveyor.yml +++ /dev/null @@ -1,50 +0,0 @@ -# appveyor file -# http://www.appveyor.com/docs/appveyor-yml - -image: Visual Studio 2015 - -# See https://github.com/electron/spectron#on-appveyor -os: unstable - -cache: - - C:\Users\appveyor\.node-gyp - - '%LOCALAPPDATA%\electron\Cache' - - '%LOCALAPPDATA%\electron-builder\cache' - - '%AppData%\npm-cache' - - '%USERPROFILE%\.pkg-cache' - - node_modules -> npm-shrinkwrap.json - - C:\ProgramData\chocolatey\bin -> appveyor.yml - - C:\ProgramData\chocolatey\lib -> appveyor.yml - - C:\Users\appveyor\AppData\Local\Temp\chocolatey -> appveyor.yml - -# what combinations to test -environment: - global: - ELECTRON_NO_ATTACH_CONSOLE: true - nodejs_version: "6.10.3" - -platform: - - x86 - - x64 - -matrix: - fast_finish: true - -install: - - ps: Update-NodeJsInstallation $env:nodejs_version $env:Platform - - set PATH=C:\Program Files (x86)\Windows Kits\8.1\bin\x86;%PATH% - - set PATH=C:\Program Files (x86)\NSIS;%PATH% - - set PATH=C:\MinGW\bin;%PATH% - - set PATH=C:\MinGW\msys\1.0\bin;%PATH% - - bash .\scripts\ci\install.sh -o win32 -r %Platform% - -build: off - -test_script: - - node --version - - npm --version - - bash .\scripts\ci\test.sh -o win32 -r %Platform% - - bash .\scripts\ci\build-installers.sh -o win32 -r %Platform% - -deploy_script: - - if %APPVEYOR_REPO_BRANCH%==master (bash .\scripts\ci\deploy.sh -o win32 -r %Platform%) diff --git a/docs/PUBLISHING.md b/docs/PUBLISHING.md index 33aae878..e1e6d345 100644 --- a/docs/PUBLISHING.md +++ b/docs/PUBLISHING.md @@ -148,7 +148,7 @@ of Etcher, and including the relevant section of the Changelog. [aws-cli]: https://aws.amazon.com/cli [bintray]: https://bintray.com -[etcher-cask-file]: https://github.com/caskroom/homebrew-cask/blob/master/Casks/etcher.rb +[etcher-cask-file]: https://github.com/caskroom/homebrew-cask/blob/master/Casks/balenaetcher.rb [homebrew-cask]: https://github.com/caskroom/homebrew-cask [balena-forum-etcher]: https://forums.balena.io/c/etcher [github-releases]: https://github.com/balena-io/etcher/releases