Skip to content

Commit 1eff84f

Browse files
committed
Use new nightly package for integration tests
1 parent d1d8f21 commit 1eff84f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gulpfile.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,8 @@ gulp.task('watch-n-test', ['test-nodejs'], function () {
165165
return gulp.watch(['src/**/*.js', "test/**/*.js"], ['test-nodejs'] );
166166
});
167167

168-
var neo4jLinuxUrl = 'http://alpha.neohq.net/dist/neo4j-enterprise-3.0.0-M02-NIGHTLY-unix.tar.gz';
169-
var neo4jWinUrl = 'http://alpha.neohq.net/dist/neo4j-enterprise-3.0.0-M02-NIGHTLY-windows.zip';
168+
var neo4jLinuxUrl = 'http://alpha.neohq.net/dist/neo4j-enterprise-3.0.0-NIGHTLY-unix.tar.gz';
169+
var neo4jWinUrl = 'http://alpha.neohq.net/dist/neo4j-enterprise-3.0.0-NIGHTLY-windows.zip';
170170
var neo4jHome = './build/neo4j-enterprise-3.0.0-M02';
171171
var isWin = /^win/.test(process.platform);
172172

0 commit comments

Comments
 (0)