Skip to content

Commit 30f73fe

Browse files
committed
add travis yml
1 parent 560f819 commit 30f73fe

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

.travis.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
language: node_js
2+
3+
node_js:
4+
- stable
5+
6+
install:
7+
- npm install
8+
9+
script:
10+
- npm test

src/index.css

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,3 @@ body {
33
padding: 0;
44
font-family: sans-serif;
55
}
6-
7-
html,
8-
body {
9-
height: 100%;
10-
}

0 commit comments

Comments
 (0)