Commit 5b38ca42 by Mohamed Akram

Update Travis electron node versions

parent 766ee8f9
...@@ -64,7 +64,7 @@ matrix: ...@@ -64,7 +64,7 @@ matrix:
# electron Linux # electron Linux
- os: linux - os: linux
compiler: clang compiler: clang
env: NODE_VERSION="8" ELECTRON_VERSION="8.2.0" env: NODE_VERSION="12" ELECTRON_VERSION="8.2.0"
dist: trusty dist: trusty
addons: addons:
apt: apt:
...@@ -72,7 +72,7 @@ matrix: ...@@ -72,7 +72,7 @@ matrix:
packages: [ 'clang-3.5', 'libstdc++-4.9-dev'] packages: [ 'clang-3.5', 'libstdc++-4.9-dev']
- os: linux - os: linux
compiler: clang compiler: clang
env: NODE_VERSION="8" ELECTRON_VERSION="8.1.0" env: NODE_VERSION="12" ELECTRON_VERSION="8.1.0"
dist: trusty dist: trusty
addons: addons:
apt: apt:
...@@ -80,7 +80,7 @@ matrix: ...@@ -80,7 +80,7 @@ matrix:
packages: [ 'clang-3.5', 'libstdc++-4.9-dev'] packages: [ 'clang-3.5', 'libstdc++-4.9-dev']
- os: linux - os: linux
compiler: clang compiler: clang
env: NODE_VERSION="8" ELECTRON_VERSION="8.0.0" env: NODE_VERSION="12" ELECTRON_VERSION="8.0.0"
dist: trusty dist: trusty
addons: addons:
apt: apt:
...@@ -88,7 +88,7 @@ matrix: ...@@ -88,7 +88,7 @@ matrix:
packages: [ 'clang-3.5', 'libstdc++-4.9-dev'] packages: [ 'clang-3.5', 'libstdc++-4.9-dev']
- os: linux - os: linux
compiler: clang compiler: clang
env: NODE_VERSION="8" ELECTRON_VERSION="7.1.0" env: NODE_VERSION="12" ELECTRON_VERSION="7.1.0"
dist: trusty dist: trusty
addons: addons:
apt: apt:
...@@ -96,7 +96,7 @@ matrix: ...@@ -96,7 +96,7 @@ matrix:
packages: [ 'clang-3.5', 'libstdc++-4.9-dev'] packages: [ 'clang-3.5', 'libstdc++-4.9-dev']
- os: linux - os: linux
compiler: clang compiler: clang
env: NODE_VERSION="8" ELECTRON_VERSION="7.0.0" env: NODE_VERSION="12" ELECTRON_VERSION="7.0.0"
dist: trusty dist: trusty
addons: addons:
apt: apt:
...@@ -104,7 +104,7 @@ matrix: ...@@ -104,7 +104,7 @@ matrix:
packages: [ 'clang-3.5', 'libstdc++-4.9-dev'] packages: [ 'clang-3.5', 'libstdc++-4.9-dev']
- os: linux - os: linux
compiler: clang compiler: clang
env: NODE_VERSION="6" ELECTRON_VERSION="6.1.0" env: NODE_VERSION="12" ELECTRON_VERSION="6.1.0"
dist: trusty dist: trusty
addons: addons:
apt: apt:
...@@ -112,7 +112,7 @@ matrix: ...@@ -112,7 +112,7 @@ matrix:
packages: [ 'clang-3.5', 'libstdc++-4.9-dev'] packages: [ 'clang-3.5', 'libstdc++-4.9-dev']
- os: linux - os: linux
compiler: clang compiler: clang
env: NODE_VERSION="6" ELECTRON_VERSION="6.0.0" env: NODE_VERSION="12" ELECTRON_VERSION="6.0.0"
dist: trusty # needed for libc6 / 'version `GLIBC_2.17` not found' error on precise dist: trusty # needed for libc6 / 'version `GLIBC_2.17` not found' error on precise
addons: addons:
apt: apt:
...@@ -121,25 +121,25 @@ matrix: ...@@ -121,25 +121,25 @@ matrix:
# electron MacOs # electron MacOs
- os: osx - os: osx
compiler: clang compiler: clang
env: NODE_VERSION="8" ELECTRON_VERSION="8.2.0" env: NODE_VERSION="12" ELECTRON_VERSION="8.2.0"
- os: osx - os: osx
compiler: clang compiler: clang
env: NODE_VERSION="8" ELECTRON_VERSION="8.1.0" env: NODE_VERSION="12" ELECTRON_VERSION="8.1.0"
- os: osx - os: osx
compiler: clang compiler: clang
env: NODE_VERSION="8" ELECTRON_VERSION="8.0.0" env: NODE_VERSION="12" ELECTRON_VERSION="8.0.0"
- os: osx - os: osx
compiler: clang compiler: clang
env: NODE_VERSION="8" ELECTRON_VERSION="7.1.0" env: NODE_VERSION="12" ELECTRON_VERSION="7.1.0"
- os: osx - os: osx
compiler: clang compiler: clang
env: NODE_VERSION="8" ELECTRON_VERSION="7.0.0" env: NODE_VERSION="12" ELECTRON_VERSION="7.0.0"
- os: osx - os: osx
compiler: clang compiler: clang
env: NODE_VERSION="6" ELECTRON_VERSION="6.1.0" env: NODE_VERSION="12" ELECTRON_VERSION="6.1.0"
- os: osx - os: osx
compiler: clang compiler: clang
env: NODE_VERSION="6" ELECTRON_VERSION="6.0.0" env: NODE_VERSION="12" ELECTRON_VERSION="6.0.0"
env: env:
global: global:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment