Merge pull request #16 from sbstnmsch/feature-travis-ci

Add basic travis-ci integration
This commit is contained in:
Evan Morikawa 2015-10-07 10:55:23 -07:00
commit af559cb8e0
2 changed files with 17 additions and 0 deletions

16
.travis.yml Normal file
View file

@ -0,0 +1,16 @@
language: node_js
sudo: true
before_install:
- sudo apt-get install libgnome-keyring-dev
install:
- ./script/bootstrap
env:
- CXX=g++-4.8
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
node_js:
- "0.10"

View file

@ -87,6 +87,7 @@
"packageDependencies": {},
"private": true,
"scripts": {
"test": "./N1.sh --test",
"preinstall": "node -e 'process.exit(0)'"
}
}