We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ca3175 commit c2522d5Copy full SHA for c2522d5
.travis.yml
@@ -6,7 +6,7 @@ script:
6
- grunt
7
before_install: npm install -g grunt-cli
8
install: npm install
9
-after_success:
+after_deploy:
10
- if [ "${TRAVIS_BRANCH}" = "master" ]; then git config --global user.email "[email protected]";
11
fi
12
- if [ "${TRAVIS_BRANCH}" = "master" ]; then git config --global user.name "Travis
0 commit comments