-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
38 lines (38 loc) · 844 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
language: node_js
os:
- linux
node_js:
- '6'
branches:
only:
- master
- develop
# - /^v(.*)$/
before_script:
- npm install
- echo 'America/Chicago' | sudo tee /etc/timezone
- sudo dpkg-reconfigure --frontend noninteractive tzdata
install:
- export DISPLAY=':99.0'
- Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
notifications:
email:
on_success: never
on_failure: change
env:
- CXX=g++-4.8
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
- xvfb
# before_deploy: "npm run package"
# deploy:
# provider: releases
# api_key:
# secure: hQTceXQqjEB/mvDBUGgMKvG6RGx4Fa60BKNjfZKfSSfxnYnF716toB8Q3eHDEip4Qe4YRDaBBw31IbY+YWowdrdASPPM0z8SZom+9s9dXgBvgmX1pnUAnnzW69VFaX3zq8HhkXgmyEnV8c6Vv4C7xrlYKD/DPLMtCafpJ8v21pM=
# file: ./dist/mac/Arbitrator-2.2.0.dmg
# on:
# tags: true