Skip to content

Commit 217883a

Browse files
committed
Adding a broken test along with a travis CI configuration file to cause the build to run and break
1 parent ffa5114 commit 217883a

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
language: node_js
2+
node_js:
3+
- "6"

src/index.html

Lines changed: 1 addition & 1 deletion
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)