Skip to content

Commit

Permalink
Merge pull request #345 from VirtualFlyBrain/development
Browse files Browse the repository at this point in the history
fix-neo4j_xmi_fixes
  • Loading branch information
Robbie1977 authored Jul 9, 2019
2 parents 0446924 + f4d86d8 commit 081322c
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 50 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ script:
- docker stop $(docker ps -a -q)
- docker rm $(docker ps -a -q)
after_success:
- if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then
- if [ $TRAVIS_PULL_REQUEST == false ]; then
cd $TRAVIS_BUILD_DIR;
docker login -u $DOCKER_USER -p $DOCKER_PASS;
docker push $REPO:$TAG;
Expand Down
Loading

0 comments on commit 081322c

Please sign in to comment.