Skip to content

Commit

Permalink
Update dist condition (#870)
Browse files Browse the repository at this point in the history
  • Loading branch information
kamranayub authored Aug 12, 2017
1 parent e38aa30 commit aa77eb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ script:
- node_modules/.bin/grunt travis
after_success:
- node deploy-docs.js
- if [ "$TRAVIS_BRANCH" = "master" ]; then node_modules/.bin/grunt dists; fi
- if [[ "$TRAVIS_BRANCH" = "master" || "$TRAVIS_TAG" != "" ]]; then node_modules/.bin/grunt dists; fi
notifications:
slack:
secure: aQXFk2/MxX5eR2JM90xWAA9YX03QArY1ejUmnP/NkFHbB4zzKZblACjEeDTDTDCThZpXhrganX2nDWrWFrrXbOG28wKrRhEZSULPAgyiWGpfkMoT44fKmgh+eZ5C/isMF2eeQCrYo3EQCMxfCKxNaBhyLc+jr/Sm232zU2LaXo8=

0 comments on commit aa77eb6

Please sign in to comment.