Travis CI build

initial travis.yml

Update .travis.yml

Update .travis.yml

Update .travis.yml

Update .travis.yml

Update .travis.yml

Update .travis.yml

Update .travis.yml

Update .travis.yml

Update .travis.yml

Update .travis.yml

Update .travis.yml

Update .travis.yml

Update .travis.yml

Update .travis.yml

Update .travis.yml

Update .travis.yml

test script
This commit is contained in:
Joao Moreno 2015-11-19 15:56:43 +01:00
parent 2a29c3b6b5
commit 078aa5ebdd
2 changed files with 25 additions and 0 deletions

24
.travis.yml Normal file
View file

@ -0,0 +1,24 @@
sudo: false
language: node_js
node_js:
- "0.12"
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- gcc-4.9
- g++-4.9
- gcc-4.9-multilib
- g++-4.9-multilib
- zip
- libgtk2.0-0
before_install:
- export CXX="g++-4.9" CC="gcc-4.9"
install:
- ./scripts/npm.sh install
- gulp electron compile

View file

@ -11,6 +11,7 @@
"node": ">= 0.10.0 < 0.11.0"
},
"scripts": {
"test": "node node_modules/mocha/bin/_mocha",
"postinstall": "npm --prefix extensions/csharp-o/ install extensions/csharp-o/"
},
"dependencies": {