2015-04-16 10:15:46 +03:00
|
|
|
git:
|
|
|
|
depth: 10
|
|
|
|
|
2015-07-28 15:38:14 +03:00
|
|
|
branches:
|
|
|
|
only:
|
|
|
|
- master
|
|
|
|
|
2015-04-09 11:58:14 +03:00
|
|
|
env:
|
2015-04-28 09:59:22 +03:00
|
|
|
global:
|
|
|
|
- ATOM_ACCESS_TOKEN=da809a6077bb1b0aa7c5623f7b2d5f1fec2faae4
|
2015-06-15 23:43:52 +03:00
|
|
|
|
2015-07-29 13:48:09 +03:00
|
|
|
compiler: clang
|
|
|
|
|
2015-06-15 23:43:52 +03:00
|
|
|
matrix:
|
2015-06-30 04:50:39 +03:00
|
|
|
include:
|
2015-09-25 12:47:58 +03:00
|
|
|
- os: linux
|
|
|
|
env: NODE_VERSION=4
|
2015-06-15 23:31:53 +03:00
|
|
|
|
2015-04-20 13:05:12 +03:00
|
|
|
sudo: false
|
|
|
|
|
2015-04-09 11:29:36 +03:00
|
|
|
install:
|
2015-04-09 20:42:23 +03:00
|
|
|
- git clone https://github.com/creationix/nvm.git /tmp/.nvm
|
|
|
|
- source /tmp/.nvm/nvm.sh
|
2015-04-09 11:58:14 +03:00
|
|
|
- nvm install $NODE_VERSION
|
2016-06-15 03:59:29 +03:00
|
|
|
- nvm use --delete-prefix $NODE_VERSION
|
2015-04-03 10:32:23 +03:00
|
|
|
|
2015-04-13 11:04:06 +03:00
|
|
|
script: script/cibuild
|
2015-04-03 10:32:23 +03:00
|
|
|
|
2015-11-17 18:59:43 +03:00
|
|
|
cache:
|
|
|
|
directories:
|
2016-07-19 15:56:27 +03:00
|
|
|
- node_modules
|
2016-02-05 02:23:40 +03:00
|
|
|
- apm/node_modules
|
2016-07-19 15:58:58 +03:00
|
|
|
- build/node_modules
|
2015-11-17 18:59:43 +03:00
|
|
|
|
2015-04-03 10:32:23 +03:00
|
|
|
notifications:
|
|
|
|
email:
|
|
|
|
on_success: never
|
|
|
|
on_failure: change
|
2015-04-20 13:05:12 +03:00
|
|
|
|
|
|
|
addons:
|
|
|
|
apt:
|
2016-06-15 01:31:59 +03:00
|
|
|
sources:
|
|
|
|
- ubuntu-toolchain-r-test
|
2015-04-20 13:05:12 +03:00
|
|
|
packages:
|
|
|
|
- build-essential
|
|
|
|
- git
|
|
|
|
- libgnome-keyring-dev
|
|
|
|
- fakeroot
|
2016-06-29 23:31:36 +03:00
|
|
|
- gcc-multilib
|