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

Commit f4ff99c

Browse files
authored
[~](Updated) .travis.yml
+ Added NodeJS v10.x.x support + Bumped compiler to g++-4.9
1 parent 50604a7 commit f4ff99c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
sudo: false
22

33
env:
4-
- CXX=g++-4.8
4+
- CXX=g++-4.9
55
addons:
66
apt:
77
sources:
88
- ubuntu-toolchain-r-test
99
packages:
10-
- g++-4.8
10+
- g++-4.9
1111

1212
# First we set up the the type of project, in this case node_js
1313
language: node_js
@@ -18,7 +18,7 @@ node_js:
1818
- "6"
1919
- "8"
2020
- "9"
21-
# - "10"
21+
- "10"
2222
# - "11"
2323

2424
before_install:

0 commit comments

Comments
 (0)