Skip to content
This repository was archived by the owner on Apr 7, 2020. It is now read-only.

Commit f5329b3

Browse files
authored
Create .travis.yml (#37)
* Create .travis.yml * Update .travis.yml
1 parent 50a50c2 commit f5329b3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
install:
2+
- npm install --silent
3+
4+
script:
5+
- npm test

0 commit comments

Comments
 (0)