aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorMarek Kotewicz <marek.kotewicz@gmail.com>2015-01-11 23:40:09 +0800
committerMarek Kotewicz <marek.kotewicz@gmail.com>2015-01-11 23:40:09 +0800
commita4e6f0b3c63214fc3b3dd67d26c6bc23c3d81e48 (patch)
treeeb53d3e39580cfd3781ff47c00324725d489a3a5 /.travis.yml
parent048e7771fb6ca7a8093a799768a816fdef69f5dc (diff)
downloaddexon-a4e6f0b3c63214fc3b3dd67d26c6bc23c3d81e48.tar
dexon-a4e6f0b3c63214fc3b3dd67d26c6bc23c3d81e48.tar.gz
dexon-a4e6f0b3c63214fc3b3dd67d26c6bc23c3d81e48.tar.bz2
dexon-a4e6f0b3c63214fc3b3dd67d26c6bc23c3d81e48.tar.lz
dexon-a4e6f0b3c63214fc3b3dd67d26c6bc23c3d81e48.tar.xz
dexon-a4e6f0b3c63214fc3b3dd67d26c6bc23c3d81e48.tar.zst
dexon-a4e6f0b3c63214fc3b3dd67d26c6bc23c3d81e48.zip
fixed travis.yml && added nmp test script
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index fafacbd5a..83b21d840 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,4 +8,6 @@ before_script:
script:
- "jshint *.js lib"
after_script:
- - npm run-script gulp
+ - npm run-script build
+ - npm test
+