diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2017-08-12 08:54:58 +0900 |
---|---|---|
committer | Shin'ya Ueoka <ueokande@i-beam.org> | 2017-08-12 09:02:01 +0900 |
commit | 5a4a0a0b8fad3619829abb46c3e363162133a8bb (patch) | |
tree | c939205da3019b63ffddbe756bd8893fd7c82902 /package.json | |
parent | b94a8ba1540a9da67245e8390a4dc86b2e2de14e (diff) |
add .travis.yml
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json index 86cfc7b..0f31349 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,8 @@ "description": "Vim vixen", "scripts": { "start": "webpack -w --debug", - "lint": "eslint src" + "lint": "eslint src", + "test": "true" }, "repository": { "type": "git", |