Skip to content
This repository was archived by the owner on Jul 29, 2024. It is now read-only.

Commit a1fe5f2

Browse files
alan-agius4Keen Yee Liau
authored and
Keen Yee Liau
committed
ci: update tests to run on Node 10 and 12
1 parent 3fc9220 commit a1fe5f2

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

.circleci/config.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,13 @@ version: 2
22
jobs:
33
build:
44
docker:
5-
- image: circleci/node:6.14-browsers
5+
- image: circleci/node:10.16-browsers
66
environment:
77
# Fix issue with selenium-server in containers.
88
# See http://github.com/SeleniumHQ/docker-selenium/issues/87
99
DBUS_SESSION_BUS_ADDRESS: /dev/null
10-
# Chrome v74 is the last version that works perfectly with Protractor.
11-
CHROME_REVISION: 638880
12-
CHROMEDRIVER_VERSION: 74.0.3729.6
10+
CHROME_REVISION: 652421
11+
CHROMEDRIVER_VERSION: 75.0.3770.90
1312
# To find this revision number:
1413
# 1. Find the exact chrome version you want: https://en.wikipedia.org/wiki/Google_Chrome_version_history
1514
# 2. Put that version in this tool: https://omahaproxy.appspot.com/

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
language: node_js
22
sudo: false
33
node_js:
4-
- "6"
5-
- "8"
4+
- "10"
5+
- "12"
66

77
env:
88
global:
@@ -24,9 +24,9 @@ matrix:
2424
- env: "JOB=bstack"
2525
exclude:
2626
- env: JOB=smoke
27-
node_js: "7"
27+
node_js: "10"
2828
- env: JOB=bstack
29-
node_js: "7"
29+
node_js: "10"
3030

3131
addons:
3232
apt:

0 commit comments

Comments
 (0)