File tree Expand file tree Collapse file tree 3 files changed +17
-3
lines changed Expand file tree Collapse file tree 3 files changed +17
-3
lines changed Original file line number Diff line number Diff line change 1+ language : node_js
2+ node_js :
3+ - " 0.12"
4+ - " iojs"
5+ cache : false
6+
7+ before_script :
8+ - uname -a
9+ - lsb_release -a
10+ - curl http://tarantool.org/dist/public.key | sudo apt-key add -
11+ - echo "deb http://tarantool.org/dist/master/ubuntu `lsb_release -c -s` main" | sudo tee -a /etc/apt/sources.list.d/tarantool.list
12+ - sudo apt-get update
13+
14+ script :
15+ - sudo apt-get -y install tarantool
16+ - ./test/box.lua
Original file line number Diff line number Diff line change 44 "description" : " Tarantool driver for 1.6" ,
55 "main" : " index.js" ,
66 "scripts" : {
7- "test" : " mocha"
7+ "test" : " ./node_modules/mocha/bin/ mocha"
88 },
99 "repository" : {
1010 "type" : " git" ,
Original file line number Diff line number Diff line change 44var fs = require ( 'fs' ) ;
55var assert = require ( 'assert' ) ;
66var TarantoolConnection = require ( '../lib/connection' ) ;
7- //var cp = require('child_process');
8-
97
108describe ( 'Tarantool Connection tests' , function ( ) {
119 before ( function ( ) {
You can’t perform that action at this time.
0 commit comments