Skip to content

Commit

Permalink
fix travis build error
Browse files Browse the repository at this point in the history
  • Loading branch information
pasrom committed Jun 5, 2018
1 parent 76f1cdd commit 7caf850
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ before_install:
#- docker run -d --name ubuntu-test -v $(pwd):/travis sumdoc/texlive-2017@sha256:5b05b641f2b85329e8123f759282330c1f566a66966f01d491ae024e3a66e521 tail -f /dev/null
- docker pull sumdoc/texlive-2018
- docker run -d --name ubuntu-test -v $(pwd):/travis sumdoc/texlive-2018 tail -f /dev/null
- docker exec -t ubuntu-test bash -c "tlmgr update --self"
- docker exec -t ubuntu-test bash -c "tlmgr update caption"

- docker ps
- openssl aes-256-cbc -K $encrypted_05f0f0336636_key -iv $encrypted_05f0f0336636_iv -in .dropbox_uploader.enc -out ~/.dropbox_uploader -d
before_script:
Expand Down

0 comments on commit 7caf850

Please sign in to comment.