Skip to content
This repository was archived by the owner on Jan 31, 2020. It is now read-only.

Commit d26536f

Browse files
committedOct 19, 2015
👕
1 parent dd44e3d commit d26536f

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed
 

‎.travis.yml

+11-6
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
language: node_js
2-
sudo: false
32
node_js:
4-
- 'iojs'
5-
- 'node'
6-
- '0.10'
7-
script: npm run ci
3+
- 'iojs-v2.3.4'
4+
before_install:
5+
- npm install -g npm@3
6+
- npm config set loglevel error
7+
- npm config -g list -l
8+
- npm --version
9+
script: npm run-script ci
810
cache:
911
directories:
10-
- node_modules
12+
- node_modules
13+
# Post build notifications to the Integrations Flowdock
14+
notifications:
15+
flowdock: e3dc17bc8a2c1b3412abe3e5747f8291

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"version": "0.0.3",
55
"scripts": {
66
"check": "mongodb-js-precommit",
7-
"fmt": "node bin/mongodb-js-fmt.js --dry",
7+
"fmt": "node bin/mongodb-js-fmt.js",
88
"test": "mocha",
99
"ci": "npm run check && npm test"
1010
},

0 commit comments

Comments
 (0)
This repository has been archived.