Skip to content

Commit 1ff76b2

Browse files
committed
add travis.yml
1 parent 9412f3c commit 1ff76b2

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.travis.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
notifications:
2+
email: false
3+
4+
language: node_js
5+
6+
node_js:
7+
- 7
8+
9+
install:
10+
- yarn --frozen-lockfile
11+
12+
script:
13+
- yarn build

0 commit comments

Comments
 (0)