Skip to content

Commit a25d734

Browse files
committed
returns to the proper settings
1 parent c6d980b commit a25d734

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ install:
2020
- R -e "devtools::install_github('geocompr/geocompkg')"
2121

2222
script:
23-
- make clean
23+
- make html
2424

25-
#after_success:
26-
# - test $TRAVIS_PULL_REQUEST == "false" && test $TRAVIS_BRANCH == "master" && bash deploy.sh
25+
after_success:
26+
- test $TRAVIS_PULL_REQUEST == "false" && test $TRAVIS_BRANCH == "master" && bash deploy.sh
2727

2828
notifications:
2929
email:

0 commit comments

Comments
 (0)