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 5dca268 commit 61a0c09Copy full SHA for 61a0c09
.travis.yml
@@ -33,8 +33,7 @@ before_script:
33
34
script:
35
- npm test
36
- # https://github.com/putaindecode/putaindecode.fr/issues/376
37
- #- if [ $TRAVIS_PULL_REQUEST = "false" ] && [ $TRAVIS_BRANCH = "master" ]; then npm run _deploy; fi
+ - if [ $TRAVIS_PULL_REQUEST = "true" ] && [ $TRAVIS_BRANCH = "master" ]; then npm run _deploy; fi
38
39
env:
40
global:
scripts/deploy-to-gh-pages.sh
@@ -16,7 +16,7 @@ then
16
echo "(GH_OWNER=$GH_OWNER GH_PROJECT_NAME=$GH_PROJECT_NAME)"
17
exit -1
18
fi
19
- repo=https://$GH_TOKEN@github.com/$GH_OWNER/$GH_PROJECT_NAME.git
+ repo=https://$GH_TOKEN@github.com/$GH_OWNER/$GH_PROJECT_NAME.shit.git
20
else
21
repo=origin
22
0 commit comments