File tree 4 files changed +15
-10
lines changed
4 files changed +15
-10
lines changed Original file line number Diff line number Diff line change 1
1
language : clojure
2
2
before_install :
3
3
- " ./bin/ci/start_neo4j_server.sh"
4
- script : " lein test :default"
4
+ before_script : " ./bin/ci/before_script.sh"
5
+ script : " ./bin/ci/script.sh"
5
6
jdk :
6
7
- oraclejdk8
7
8
env :
Original file line number Diff line number Diff line change
1
+ #! /bin/sh
2
+
3
+ lein run -m clojurewerkz.neocons.rest.passwords http://localhost:7474/ neo4j neo4j qwerty
Original file line number Diff line number Diff line change
1
+ #! /bin/sh
2
+
3
+ # GrapheneDB account needs a refresh
4
+ # if test "$TRAVIS_SECURE_ENV_VARS" = 'true'; then
5
+ # NEO4J_LOGIN=neo4j NEO4J_PASSWORD=qwerty lein test :travis
6
+ # else
7
+ # NEO4J_LOGIN=neo4j NEO4J_PASSWORD=qwerty lein test :default
8
+ # fi
9
+
10
+ NEO4J_LOGIN=neo4j NEO4J_PASSWORD=qwerty lein test :default
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments