Skip to content

Commit

Permalink
travis_retry to try to help with failing neo4j:install
Browse files Browse the repository at this point in the history
  • Loading branch information
cheerfulstoic committed Dec 1, 2017
1 parent 8a203a6 commit ad5b873
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
before_script:
- "bin/rake neo4j:install[$NEO4J_VERSION] --trace"
- "travis_retry bin/rake neo4j:install[$NEO4J_VERSION] --trace"
- "bin/rake neo4j:config[development,7474] --trace"
- "if [ -f ./db/neo4j/development/conf/neo4j-wrapper.conf ]; then WRAPPER=-wrapper; fi"
- "echo 'dbms.memory.pagecache.size=600m' >> ./db/neo4j/development/conf/neo4j.conf"
Expand Down

0 comments on commit ad5b873

Please sign in to comment.