Skip to content

Commit 248fa93

Browse files
committed
node version fixed
1 parent 9bf7c11 commit 248fa93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ sudo: false
33
language: node_js
44

55
node_js:
6-
- 6.0
6+
- 8.9
77

88
branches:
99
only:
@@ -14,7 +14,7 @@ before_install:
1414
- export DISPLAY=:99.0
1515
- sh -e /etc/init.d/xvfb start
1616

17-
script:
17+
script:
1818
- npm run build:ci
1919

2020
git:

0 commit comments

Comments
 (0)