Skip to content

Commit c2522d5

Browse files
committed
made building of the browser branch occur after npm deployment
1 parent 8ca3175 commit c2522d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ script:
66
- grunt
77
before_install: npm install -g grunt-cli
88
install: npm install
9-
after_success:
9+
after_deploy:
1010
- if [ "${TRAVIS_BRANCH}" = "master" ]; then git config --global user.email "[email protected]";
1111
fi
1212
- if [ "${TRAVIS_BRANCH}" = "master" ]; then git config --global user.name "Travis

0 commit comments

Comments
 (0)