Skip to content

Commit 4a24281

Browse files
committed
ci: add minimal Travis config
Signed-off-by: Ryan Graham <[email protected]>
1 parent b5edaad commit 4a24281

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
sudo: false
2+
language: node_js
3+
node_js:
4+
- "4"
5+
- "6"
6+
- "8"
7+
- "10"

0 commit comments

Comments
 (0)