Skip to content
This repository was archived by the owner on Sep 20, 2021. It is now read-only.

Commit d8b9239

Browse files
committed
run the build in debug mode to get more details out of travis
1 parent bdc4c26 commit d8b9239

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ before_install:
1010
- sudo apt-get install python-pip
1111
- sudo pip install -r requirements.txt
1212
script:
13-
- make publish
13+
- make DEBUG=1 publish
1414
- git remote remove origin
1515
- git remote add origin [email protected]:libgd/libgd.github.io.git
1616
- git fetch --all

0 commit comments

Comments
 (0)