Skip to content

Commit 8001da6

Browse files
committed
add travis CI
1 parent 8c47bb0 commit 8001da6

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.travis.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
language: node_js
2+
node_js:
3+
- "node"
4+
cache: yarn
5+
6+
before_install:
7+
- curl -o- -L https://yarnpkg.com/install.sh | bash
8+
- export PATH="$HOME/.yarn/bin:$PATH"
9+
10+
script:
11+
- yarn build

0 commit comments

Comments
 (0)