use test-only task instead of test in test-travis

This commit is contained in:
Sebastian McKenzie 2015-11-09 02:58:35 -08:00
parent 3bb88bde77
commit f8b22aeee4

View File

@ -43,7 +43,7 @@ test-cov: clean
gulp build gulp build
./scripts/test-cov.sh ./scripts/test-cov.sh
test-travis: bootstrap lint build test test-travis: lint bootstrap build test-only
publish: publish:
git pull --rebase git pull --rebase