Skip to content

Commit d92265e

Browse files
committed
[Library] CI on Node 7/8
1 parent f46ad4e commit d92265e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ sudo: false
33
language: node_js
44

55
node_js:
6-
- 6
76
- 7
7+
- 8
88

99
before_script:
1010
- npm install -g gulp

circle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
machine:
22
node:
3-
version: 7.1.0
3+
version: 8.9.0
44

55

66
test:

0 commit comments

Comments
 (0)