Skip to content

Commit

Permalink
ci: update tests to run on Node 10 and 12
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-agius4 authored and Keen Yee Liau committed May 8, 2020
1 parent 3fc9220 commit a1fe5f2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
7 changes: 3 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,13 @@ version: 2
jobs:
build:
docker:
- image: circleci/node:6.14-browsers
- image: circleci/node:10.16-browsers
environment:
# Fix issue with selenium-server in containers.
# See http://github.com/SeleniumHQ/docker-selenium/issues/87
DBUS_SESSION_BUS_ADDRESS: /dev/null
# Chrome v74 is the last version that works perfectly with Protractor.
CHROME_REVISION: 638880
CHROMEDRIVER_VERSION: 74.0.3729.6
CHROME_REVISION: 652421
CHROMEDRIVER_VERSION: 75.0.3770.90
# To find this revision number:
# 1. Find the exact chrome version you want: https://en.wikipedia.org/wiki/Google_Chrome_version_history
# 2. Put that version in this tool: https://omahaproxy.appspot.com/
Expand Down
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
language: node_js
sudo: false
node_js:
- "6"
- "8"
- "10"
- "12"

env:
global:
Expand All @@ -24,9 +24,9 @@ matrix:
- env: "JOB=bstack"
exclude:
- env: JOB=smoke
node_js: "7"
node_js: "10"
- env: JOB=bstack
node_js: "7"
node_js: "10"

addons:
apt:
Expand Down

0 comments on commit a1fe5f2

Please sign in to comment.