Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pfernique committed Aug 27, 2016
1 parent f0e5fb7 commit 435ace0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ after_success:
CONDA_FILE=`conda build conda/$CONDA_RECIPE --output`;
anaconda upload --user statiskit ${CONDA_FILE%%} --force;
done;
docker build --build-arg BINDER="false" -t statiskit/pyclanglite:trusty .;
docker build --build-arg BINDER="false" -t statiskit/autowig .;
docker login -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD";
docker push statiskit/pyclanglite:trusty;
docker push statiskit/autowig;
fi

0 comments on commit 435ace0

Please sign in to comment.