Skip to content

Commit

Permalink
chore(build): add jshint to travis, add pre-push validate script
Browse files Browse the repository at this point in the history
  • Loading branch information
ajoslin committed May 8, 2014
1 parent 95d1aea commit 0325b87
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/pre-push-validate
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/sh

gulp validate
1 change: 1 addition & 0 deletions scripts/travis/ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0325b87

Please sign in to comment.