mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-11 18:32:20 +08:00
Add basic travis-ci integration
This commit is contained in:
parent
28a88c7672
commit
ee3276aaf6
2 changed files with 17 additions and 0 deletions
16
.travis.yml
Normal file
16
.travis.yml
Normal 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"
|
|
@ -87,6 +87,7 @@
|
|||
"packageDependencies": {},
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"test": "./N1.sh --test",
|
||||
"preinstall": "node -e 'process.exit(0)'"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue