1
0
mirror of https://github.com/actix/actix-website synced 2025-02-17 10:13:31 +01:00
actix-website/.travis.yml

17 lines
333 B
YAML
Raw Normal View History

2018-04-13 20:17:52 -07:00
sudo: false
2018-05-22 23:15:08 +02:00
install:
- curl -L https://github.com/gohugoio/hugo/releases/download/v0.40.3/hugo_0.40.3_Linux-64bit.tar.gz |
tar xzvf -
2018-04-13 20:17:52 -07:00
script:
2018-05-22 23:16:40 +02:00
- ./hugo_0.40.3_Linux-64bit/hugo
2018-05-22 23:15:08 +02:00
deploy:
provider: script
script: bash .deploy.sh
skip_cleanup: true
on:
branch: master
condition: $TRAVIS_PULL_REQUEST = "false"