Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nutmix authored Jan 21, 2018
1 parent 61f2f5d commit 1a61de8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@ script:
- ls $TRAVIS_BUILD_DIR


before_deploy:
after_success:
- mkdir build
- if [[ -z "$TRAVIS_TAG" ]]; then cp ha.php build/robots.txt; else cp ha.php build; fi
- ls
- ls build

deploy:

0 comments on commit 1a61de8

Please sign in to comment.