Skip to content

Commit

Permalink
Merge pull request #503 from firebase/jw-sauce-tag
Browse files Browse the repository at this point in the history
Only run SauceLabs on git tags
  • Loading branch information
katowulf committed Dec 9, 2014
2 parents 5ad18b0 + 26abba2 commit 2339075
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions tests/travis.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
grunt build
grunt test:unit
#if [ $SAUCE_ACCESS_KEY ]; then
#grunt sauce:unit
#grunt sauce:e2e
#fi
if [ $TRAVIS_TAG ]; then
grunt sauce:unit;
fi

0 comments on commit 2339075

Please sign in to comment.