diff options
author | daurnimator <quae@daurnimator.com> | 2017-12-10 02:37:49 +1100 |
---|---|---|
committer | daurnimator <quae@daurnimator.com> | 2017-12-10 02:37:49 +1100 |
commit | e8479960e53740e501501f125358be72fc919f72 (patch) | |
tree | 8e65b2aa2822087e1715952242c6e358ab0cd36d /.travis.yml | |
parent | e62115edc448a8146278c7d7895fb06576d45286 (diff) | |
download | fengari-e8479960e53740e501501f125358be72fc919f72.tar.gz fengari-e8479960e53740e501501f125358be72fc919f72.tar.bz2 fengari-e8479960e53740e501501f125358be72fc919f72.zip |
.travis.yml: Run linter
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index f9bcfe7..cb33e24 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,6 +12,7 @@ install: - yarn script: + - yarn lint - yarn build - travis_wait yarn test |