Skip to content

Commit

Permalink
Merge pull request #344 from VirtualFlyBrain/fix-neo4j_xmi_fixes
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 d02467b + f7b213d commit f4d86d8
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 f4d86d8

Please sign in to comment.