Skip to content

Commit b1d77b4

Browse files
author
Javier Diaz
committed
ci: added travis configuration
1 parent 4c33b1c commit b1d77b4

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Diff for: .travis.yml

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
language: node_js
2+
node_js:
3+
- 8
4+
- 10
5+
cache:
6+
yarn: true
7+
directories: node_modules
8+
install:
9+
- yarn
10+
script:
11+
- yarn test:unit

0 commit comments

Comments
 (0)