Skip to content

Commit

Permalink
remove leftover from other project config
Browse files Browse the repository at this point in the history
  • Loading branch information
marcindulak committed Feb 5, 2019
1 parent 02fe08d commit db683b3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ matrix:

before_install:
- if [ "${TRAVIS_OS_NAME}" == "linux" ]; then
export ASE_CALCULATORS='';
export CONTAINER="${VARIANT}_${VERSION}_python${PYTHON}";
docker pull "${VARIANT}:${VERSION}";
docker run -dit --name "${CONTAINER}" -v "$TRAVIS_BUILD_DIR":/"$TRAVIS_BUILD_DIR" "${VARIANT}:${VERSION}" sh;
Expand Down

0 comments on commit db683b3

Please sign in to comment.