Skip to content

Commit c9309d8

Browse files
committed
ci(travis): added target platforms & more
1 parent 380286c commit c9309d8

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.travis.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
language: node_js
22
node_js:
3-
- "4"
4-
- "5"
53
- "6"
4+
- "5"
5+
- "4"
6+
cache:
7+
directories:
8+
- node_modules
9+
branches:
10+
only:
11+
- master

0 commit comments

Comments
 (0)