Skip to content
This repository was archived by the owner on Oct 29, 2024. It is now read-only.

Commit b72421e

Browse files
committed
fix: try to speed-up build
1 parent d8e1ecf commit b72421e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ install:
4141
- pip install tox-travis
4242
- pip install setuptools
4343
- pip install coveralls
44+
- pip list
4445
- mkdir -p "influxdb_install/${INFLUXDB_VER}"
4546
- if [ -n "${INFLUXDB_VER}" ] ; then wget "https://dl.influxdata.com/influxdb/releases/influxdb_${INFLUXDB_VER}_amd64.deb" ; fi
4647
- if [ -n "${INFLUXDB_VER}" ] ; then dpkg -x influxdb*.deb "influxdb_install/${INFLUXDB_VER}" ; fi

0 commit comments

Comments
 (0)