Skip to content

Commit

Permalink
test travis
Browse files Browse the repository at this point in the history
  • Loading branch information
simonguo committed Aug 25, 2017
1 parent ba074f5 commit 7caed1a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: node_js
node_js:
- stable
- 7.2.1

env:
- BROWSER=ChromeCi
Expand Down
3 changes: 0 additions & 3 deletions karma.conf.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
/* eslint-disable */
require('babel-core/register');

const webpackConfig = {
output: {
pathinfo: true
Expand Down
3 changes: 3 additions & 0 deletions test/index.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
/* eslint-disable */
require('babel-polyfill');

const testsContext = require.context('.', true, /Spec.js$/);
testsContext.keys().forEach(testsContext);

0 comments on commit 7caed1a

Please sign in to comment.