mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
chore(build): add jshint to travis, add pre-push validate script
This commit is contained in:
3
scripts/pre-push-validate
Normal file
3
scripts/pre-push-validate
Normal file
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
gulp validate
|
||||
@@ -35,6 +35,7 @@ function run {
|
||||
echo "TRAVIS_COMMIT=$TRAVIS_COMMIT"
|
||||
|
||||
# check for stupid mistakes
|
||||
gulp jshint
|
||||
gulp ddescribe-iit
|
||||
|
||||
# Run simple quick tests on Phantom to be sure any tests pass
|
||||
|
||||
Reference in New Issue
Block a user