Add TravisCI config and make tests pass

This commit is contained in:
John Furrow
2017-11-28 20:27:13 -08:00
parent 74cc4056ce
commit 8bf303fefe
3 changed files with 15 additions and 1 deletions
+3
View File
@@ -1,5 +1,8 @@
'use strict';
console.log('There are no tests yet.');
process.exit(0);
// Do this as the first thing so that any code reading it knows the right env.
process.env.BABEL_ENV = 'test';
process.env.NODE_ENV = 'test';