Skip to content

Commit 4ef5611

Browse files
committed
ci: 🎡 add Travis for building PRs of contributors
1 parent f14e1d7 commit 4ef5611

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

.travis.yml

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
language: node_js
2+
os:
3+
- linux
4+
cache:
5+
yarn: true
6+
directories:
7+
- ~/.npm
8+
notifications:
9+
email: false
10+
node_js:
11+
- '10'
12+
script:
13+
- yarn lint
14+
- yarn test
15+
- yarn build
16+
- yarn storybook:build
17+
matrix:
18+
allow_failures: []
19+
fast_finish: true
20+
branches:
21+
except:
22+
- /^v\d+\.\d+\.\d+$/
23+
- master
24+
- next
25+
- gh-pages

0 commit comments

Comments
 (0)