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 26b0b86 commit 1103e3bCopy full SHA for 1103e3b
.travis.yml
@@ -37,10 +37,13 @@ branches:
37
- gh-pages
38
39
before_install:
40
- - bash .ci/before_install.sh
41
# setup git config
42
- git config --global user.name "embARC Automated Bot"
43
- git config --global user.email "[email protected]"
+ - >
44
+ if [ "TRAVIS_PULL_REQUEST" != "false" ]; then
45
+ git checkout remotes/origin/master -- .ci
46
+ - bash .ci/before_install.sh
47
48
after_success:
49
- bash -c "$STATUS" success "Local $NAME testing has passed"
0 commit comments