Skip to content

Commit 5720cfd

Browse files
author
Carmine DiMascio
authored
Create .travis.yml
1 parent 3b218f7 commit 5720cfd

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.travis.yml

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
2+
sudo: required
3+
language: node_js
4+
node_js:
5+
- '10'
6+
install:
7+
- npm install
8+
script:
9+
- npm test

0 commit comments

Comments
 (0)