Skip to content

Commit

Permalink
TST fixed docker command-line usage
Browse files Browse the repository at this point in the history
  • Loading branch information
kmike committed Jun 8, 2017
1 parent 42cdc72 commit 1571287
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ branches:
- /^\d\.\d+$/

before_install:
- docker build -t splash -e SPLASH_BUILD_PARALLEL_JOBS=2 .
- docker build -t splash .
- docker build -t splash-tests -f dockerfiles/tests/Dockerfile .

script:
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/splash/provision.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ env | grep SPLASH

SPLASH_SIP_VERSION=${SPLASH_SIP_VERSION:-"4.19.2"}
SPLASH_PYQT_VERSION=${SPLASH_PYQT_VERSION:-"5.8.2"}
SPLASH_BUILD_PARALLEL_JOBS=${SPLASH_BUILD_PARALLEL_JOBS:-"1"}
SPLASH_BUILD_PARALLEL_JOBS=${SPLASH_BUILD_PARALLEL_JOBS:-"2"}

# '2' is not supported by this script; allowed values are "3" and "venv" (?).
SPLASH_PYTHON_VERSION=${SPLASH_PYTHON_VERSION:-"3"}
Expand Down

0 comments on commit 1571287

Please sign in to comment.