Skip to content

Commit 49d8e2e

Browse files
committed
added travis config and broke tests
1 parent db04829 commit 49d8e2e

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Diff for: .travis.yml

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
language: node_js
2+
node_js:
3+
- "6"

Diff for: src/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="UTF-8">
55
</head>
66
<body>
7-
<h1>Hello World!</h1>
7+
<h1>Hello World?</h1>
88
<script src="bundle.js"></script>
99
</body>
1010
</html>

0 commit comments

Comments
 (0)