Skip to content

Commit

Permalink
Only run SauceLabs on git tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob Wenger committed Dec 8, 2014
1 parent 65d4894 commit 26abba2
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions tests/travis.sh
@@ -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 26abba2

Please sign in to comment.