Skip to content

Commit

Permalink
travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
wzrdtales committed Jun 25, 2017
1 parent 5a3dae6 commit 379e7e3
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 1 deletion.
40 changes: 40 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
language: node_js

node_js:
- 4
- 6
- 8

notifications:
email:
recipients:
- [email protected]
webhooks:
urls:
- https://webhooks.gitter.im/e/509c88551a18006fe93f
on_success: change
on_failure: always
on_start: false

os:
- linux

matrix:
fast_finish: true

sudo: false

cache:
npm: true
directories:
- node_modules

addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8

before_install:
- export CXX=g++-4.8; export CC=gcc-4.8;
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "A cockroachdb driver for db-migrate.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"No tests needed yet\" && exit 0"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 379e7e3

Please sign in to comment.