Skip to content

Commit f70c7f2

Browse files
authored
fix(travis.yml): pin Node.js version to 6 (#28)
1 parent 395d261 commit f70c7f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
sudo: required
22
dist: trusty
33
language: node_js
4-
node_js: stable
4+
node_js: "6"
55
env:
66
- CXX=g++-4.8
77
cache: yarn

0 commit comments

Comments
 (0)