Skip to content

Commit

Permalink
returns to the proper settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Nowosad committed Apr 5, 2019
1 parent c6d980b commit a25d734
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ install:
- R -e "devtools::install_github('geocompr/geocompkg')"

script:
- make clean
- make html

#after_success:
# - 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

notifications:
email:
Expand Down

0 comments on commit a25d734

Please sign in to comment.