Skip to content

Commit

Permalink
Update apt-get in travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
chngr committed May 15, 2018
1 parent 4f1300d commit 8cae78a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ python:
- "3.6"

install:
- sudo apt-get update
- sudo apt install dvipng
- git clone https://github.com/pbelmans/plastex.git
- cd plastex
Expand All @@ -27,7 +28,7 @@ install:
- pip install .
- cd ..

script:

This comment has been minimized.

Copy link
@chngr

chngr May 15, 2018

Author Collaborator

I wonder if I am the only one that has a script that culls trailing white spaces...

This comment has been minimized.

Copy link
@pbelmans

pbelmans May 15, 2018

Member

I do too, but I never edited this file.

script:
- mkdir WEB
- cd stacks-project
- echo yes | python2 scripts/add_tags.py
Expand Down

0 comments on commit 8cae78a

Please sign in to comment.