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

Commit 357be11

Browse files
author
Vladimir K Urushev
committed
Update dependencies
1 parent b283d7d commit 357be11

File tree

5 files changed

+2357
-3210
lines changed

5 files changed

+2357
-3210
lines changed

.travis.yml

+4-8
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ language: node_js
22
sudo: false
33

44
node_js:
5-
- "7.0"
6-
- "8.0"
5+
- "10.0"
6+
- "12.0"
77

88
os:
99
- osx
@@ -15,12 +15,8 @@ branches:
1515
- /v?[0-9]+\.[0-9]+\.[0-9]+(.*)?/
1616
- /^greenkeeper/.*$/
1717

18-
before_install:
19-
- if [ $TRAVIS_OS_NAME == "linux" ]; then
20-
export CXX="g++-4.9" CC="gcc-4.9" DISPLAY=:99.0;
21-
sh -e /etc/init.d/xvfb start;
22-
sleep 3;
23-
fi
18+
services:
19+
- xvfb
2420

2521
install:
2622
- ./scripts/install.sh

CHANGELOG.MD

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
Changelog
22
=========
3+
### 1.0.2
4+
- Dependencies were upgraded
5+
36
### 1.0.1
47
- Dart and Java support
58

0 commit comments

Comments
 (0)