We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e80f40 commit b2e5370Copy full SHA for b2e5370
.travis.yml
@@ -1,4 +1,5 @@
1
language: node_js
2
+env: CI=true
3
node_js:
4
- "0.10"
5
script: "gulp coverage"
test/runner.html
@@ -6,7 +6,7 @@
6
<link rel='stylesheet' href='../node_modules/mocha/mocha.css' />
7
8
<!-- Polyfill (required by babel) -->
9
- <script src='../node_modules/babel/browser-polyfill.js'></script>
+ <!--script src='../node_modules/babel-core/browser-polyfill.js'></script-->
10
11
<!-- Testing libraries -->
12
<script src='../node_modules/mocha/mocha.js'></script>
0 commit comments