Skip to content

Commit 44c9a55

Browse files
Update .travis.yml
1 parent 0fe16ec commit 44c9a55

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@ node_js:
44
branchs:
55
only:
66
- master
7+
- develop
78
cache:
89
directories:
910
- node_modules
1011
install:
1112
- yarn install
1213
scripts:
1314
- yarn test
14-
- CI=false yarn build
15+
- CI=false yarn build

0 commit comments

Comments
 (0)