Skip to content

Commit 3028324

Browse files
committed
test(ci): allow newer patch version
1 parent 0045d48 commit 3028324

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ before_script:
2525

2626
node_js:
2727
- '11'
28-
- '11.0.0'
28+
- '11.0'
2929
- '10'
30-
- '10.0.0'
30+
- '10.0'
3131
- '8'
32-
- '8.0.0'
32+
- '8.0'
3333
- '6'
34-
- '6.0.0'
34+
- '6.0'
3535

3636
jobs:
3737
fast_finish: true

0 commit comments

Comments
 (0)