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

Commit

Permalink
👕
Browse files Browse the repository at this point in the history
  • Loading branch information
imlucas committed Oct 19, 2015
1 parent dd44e3d commit d26536f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
17 changes: 11 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
language: node_js
sudo: false
node_js:
- 'iojs'
- 'node'
- '0.10'
script: npm run ci
- 'iojs-v2.3.4'
before_install:
- npm install -g npm@3
- npm config set loglevel error
- npm config -g list -l
- npm --version
script: npm run-script ci
cache:
directories:
- node_modules
- node_modules
# Post build notifications to the Integrations Flowdock
notifications:
flowdock: e3dc17bc8a2c1b3412abe3e5747f8291
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "0.0.3",
"scripts": {
"check": "mongodb-js-precommit",
"fmt": "node bin/mongodb-js-fmt.js --dry",
"fmt": "node bin/mongodb-js-fmt.js",
"test": "mocha",
"ci": "npm run check && npm test"
},
Expand Down

0 comments on commit d26536f

Please sign in to comment.