diff options
author | Marian OANCΞA <contact@siteshop.ro> | 2014-11-18 15:21:06 +0800 |
---|---|---|
committer | Marian OANCΞA <contact@siteshop.ro> | 2014-11-18 15:21:06 +0800 |
commit | 8fe16df6c911f8262ae0eb839a3f036467ee0da7 (patch) | |
tree | 2370b76a7effe4fdae042d814be8250204268ab7 /.travis.yml | |
parent | 1a9624af5146a790f6bc8c5167bf5a6c006a6644 (diff) | |
parent | 27a8799e4809325bb2d7dbc7480a3de0f9d684d6 (diff) | |
download | dexon-8fe16df6c911f8262ae0eb839a3f036467ee0da7.tar dexon-8fe16df6c911f8262ae0eb839a3f036467ee0da7.tar.gz dexon-8fe16df6c911f8262ae0eb839a3f036467ee0da7.tar.bz2 dexon-8fe16df6c911f8262ae0eb839a3f036467ee0da7.tar.lz dexon-8fe16df6c911f8262ae0eb839a3f036467ee0da7.tar.xz dexon-8fe16df6c911f8262ae0eb839a3f036467ee0da7.tar.zst dexon-8fe16df6c911f8262ae0eb839a3f036467ee0da7.zip |
Merge pull request #11 from debris/master
Update
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 148e4e797..fafacbd5a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,5 +4,8 @@ node_js: - "0.10" before_script: - npm install + - npm install jshint +script: + - "jshint *.js lib" after_script: - - npm run-script gulp
\ No newline at end of file + - npm run-script gulp |