Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
TravisCI: Attempt to fix YAML
  • Loading branch information
Lucas-C committed Dec 2, 2018
1 parent 1880281 commit fe94763
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -9,11 +9,11 @@ install:
script:
- cd gdav
- node ../md2html.js gdav.md > index.html
- [[ $TRAVIS_TAG =~ ^gdav ]] && puppeteer print index.html ../$TRAVIS_TAG.pdf
- if [[ $TRAVIS_TAG =~ ^gdav ]]; then puppeteer print index.html ../$TRAVIS_TAG.pdf; fi
- cd -
- cd latour
- node ../md2html.js latour.md > index.html
- [[ $TRAVIS_TAG =~ ^latour ]] && puppeteer print index.html ../$TRAVIS_TAG.pdf
- if [[ $TRAVIS_TAG =~ ^latour ]]; then puppeteer print index.html ../$TRAVIS_TAG.pdf; fi
- cd -
deploy:
- provider: pages
Expand Down

0 comments on commit fe94763

Please sign in to comment.