Add basic travis-ci integration

This commit is contained in:
Sebastian Misch 2015-10-05 22:28:10 +02:00
parent 9803c0d5f9
commit 4dd597f9e1
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:
- "4"

View file

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