Skip to content

Commit 3ea83b6

Browse files
committed
add Travis
1 parent 0c39b8e commit 3ea83b6

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

.travis.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
language: node_js
2+
node_js: 9
3+
before_script:
4+
- npm install yarn webpack -g
5+
- yarn
6+
- cd crx
7+
- yarn
8+
script:
9+
- yarn build
10+
- cd crx
11+
- yarn build
12+
cache:
13+
directories:
14+
- "node_modules"
15+
- "crx/node_modules"

0 commit comments

Comments
 (0)