Skip to content

Commit bf664c0

Browse files
authored
Merge pull request #3 from styled-components/ci
add travis yml
2 parents 1df4180 + fc5936c commit bf664c0

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.travis.yml

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
language: node_js
2+
dist: trusty
3+
branches:
4+
only:
5+
- master
6+
cache:
7+
yarn: true
8+
directories:
9+
- node_modules
10+
node_js:
11+
- '8'
12+
jobs:
13+
include:
14+
- stage: test
15+
script:
16+
- node --version
17+
- yarn --version
18+
- yarn test
19+
notifications:
20+
email:
21+
on_failure: change

0 commit comments

Comments
 (0)