Skip to content

Commit b2e5370

Browse files
committed
test if travisci/gulp-plumber does not swallow the error if CI env is set
1 parent 6e80f40 commit b2e5370

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
language: node_js
2+
env: CI=true
23
node_js:
34
- "0.10"
45
script: "gulp coverage"

test/runner.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<link rel='stylesheet' href='../node_modules/mocha/mocha.css' />
77

88
<!-- Polyfill (required by babel) -->
9-
<script src='../node_modules/babel/browser-polyfill.js'></script>
9+
<!--script src='../node_modules/babel-core/browser-polyfill.js'></script-->
1010

1111
<!-- Testing libraries -->
1212
<script src='../node_modules/mocha/mocha.js'></script>

0 commit comments

Comments
 (0)