pulsar/.travis.yml

46 lines
710 B
YAML
Raw Normal View History

2015-04-16 10:15:46 +03:00
git:
depth: 10
2015-04-09 11:58:14 +03:00
env:
global:
- ATOM_ACCESS_TOKEN=da809a6077bb1b0aa7c5623f7b2d5f1fec2faae4
2015-06-15 23:19:14 +03:00
env:
- NODE_VERSION=0.12
2015-06-15 23:19:14 +03:00
- ATOM_SPECS_TASK=packages
- ATOM_SPECS_TASK=core
2015-04-09 11:58:14 +03:00
matrix:
exclude:
- os: linux
env: ATOM_SPECS_TASK=core
- os: linux
env: ATOM_SPECS_TASK=packages
2015-04-09 11:29:36 +03:00
os:
- linux
- osx
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
- nvm use $NODE_VERSION
2015-04-03 10:32:23 +03:00
script: script/cibuild
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:
packages:
- build-essential
- git
- libgnome-keyring-dev
- fakeroot