From 6d626019705a0a46e97a9d24b919d7d949c38b91 Mon Sep 17 00:00:00 2001 From: vvakame Date: Tue, 15 Apr 2014 02:13:04 +0900 Subject: [PATCH] fix travis-ci --- atom/atom-tests.ts.tscparams | 1 + 1 file changed, 1 insertion(+) create mode 100644 atom/atom-tests.ts.tscparams diff --git a/atom/atom-tests.ts.tscparams b/atom/atom-tests.ts.tscparams new file mode 100644 index 000000000..5f84b9777 --- /dev/null +++ b/atom/atom-tests.ts.tscparams @@ -0,0 +1 @@ +--noImplicitAny --module commonjs --target es5