Skip to content

Commit

Permalink
made building of the browser branch occur after npm deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
scottinet committed Nov 10, 2015
1 parent 8ca3175 commit c2522d5
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 @@ -6,7 +6,7 @@ script:
- grunt
before_install: npm install -g grunt-cli
install: npm install
after_success:
after_deploy:
- if [ "${TRAVIS_BRANCH}" = "master" ]; then git config --global user.email "[email protected]";
fi
- if [ "${TRAVIS_BRANCH}" = "master" ]; then git config --global user.name "Travis
Expand Down

0 comments on commit c2522d5

Please sign in to comment.