Skip to content
This repository was archived by the owner on Mar 16, 2021. It is now read-only.

Commit 33d1f1f

Browse files
authored
Merge pull request #203 from handsontable/release/5.1.1
Release version 5.1.1
2 parents 56577da + a9cc4d1 commit 33d1f1f

6 files changed

Lines changed: 4682 additions & 982 deletions

File tree

.travis.yml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,17 @@
1+
dist: xenial
2+
13
language: node_js
24

35
sudo: false
46

57
node_js:
6-
- '10'
8+
- '12'
79

810
before_script:
9-
- 'export CHROME_BIN=chromium-browser'
1011
- 'export TZ=Europe/Warsaw'
11-
- 'export DISPLAY=:99.0'
12-
- 'sh -e /etc/init.d/xvfb start'
12+
13+
services:
14+
- xvfb
15+
16+
addons:
17+
chrome: stable

0 commit comments

Comments
 (0)