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 c6d980b commit a25d734Copy full SHA for a25d734
.travis.yml
@@ -20,10 +20,10 @@ install:
20
- R -e "devtools::install_github('geocompr/geocompkg')"
21
22
script:
23
- - make clean
+ - make html
24
25
-#after_success:
26
-# - test $TRAVIS_PULL_REQUEST == "false" && test $TRAVIS_BRANCH == "master" && bash deploy.sh
+after_success:
+ - test $TRAVIS_PULL_REQUEST == "false" && test $TRAVIS_BRANCH == "master" && bash deploy.sh
27
28
notifications:
29
email:
0 commit comments