Skip to content

Commit 51bcfc2

Browse files
authored
Merge pull request #51 from lhchavez/travis
Support Travis CI
2 parents c4d290a + b690b14 commit 51bcfc2

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.travis.yml

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
dist: bionic
2+
3+
matrix:
4+
include:
5+
- language: python
6+
python:
7+
- 3.7
8+
install:
9+
- pip install pytest
10+
script:
11+
- python3 -m pytest
12+
13+
- language: node_js
14+
node_js:
15+
- 12.13
16+
install:
17+
- yarn install
18+
script:
19+
- yarn test

0 commit comments

Comments
 (0)